#26DCDD

Color #26DCDD Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #26DCDD

Tints of Turquoise #26DCDD

Color information

#26DCDD (or 0x26DCDD) is unknown color: approx Turquoise. HEX triplet: 26, DC and DD. RGB value is (38,220,221). Sum of RGB (Red+Green+Blue) = 38+220+221=479 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.93% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #26DCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26DCDD is #D92322. Grayscale: #A5A5A5. Windows color (decimal): -14230307 or 14539814. OLE color: 14539814.

HSL color Cylindrical-coordinate representation of color #26DCDD: hue angle of 180.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DCDD is Cyan = 0.83, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB38220221-
CMYK0.830.0000.13
HSL180.33º72.91%50.78%-
HSV(B)180.33º82.81%86.67%-
XYZ39.4456.8277.29-
YUV165.7159.236.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 7.93%
GREEN value IS 220 (86.33% from 255) = 45.93%
BLUE value IS 221 (86.72% from 255) = 46.14%
R=7.93%
G=45.93%
B=46.14%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal382202210.830.0000.13180.3372.9150.78
Hex26DCDD5300Db44933
Octal46334335123001526411163
Binary10011011011100110111011010011001101101101001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26DCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26DCDD; }

 p { color: rgb(38,220,221); }

 H1.HeaderClassName
 {
   color: #26DCDD;
 }
 .AnyTagClassName
 {
   color: #26DCDD;
 }
</style>
background-color css

<style>
 a { background-color: #26DCDD; }

 a { background-color: rgb(38,220,221); }

 div.DivClassName
 {
   background-color: #26DCDD;
 }
 .BgClassName
 {
   background-color: #26DCDD;
 }
</style>
border-color css

<style>
 span { border-color: #26DCDD; }

 span { border-color: rgb(38,220,221); }

 td.TdClassName
 {
   border-color: #26DCDD;
 }
 .TagClassName
 {
   border-color: #26DCDD;
 }
</style>