#26D6D2

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

Shades of Turquoise #26D6D2

Tints of Turquoise #26D6D2

Color information

#26D6D2 (or 0x26D6D2) is unknown color: approx Turquoise. HEX triplet: 26, D6 and D2. RGB value is (38,214,210). Sum of RGB (Red+Green+Blue) = 38+214+210=462 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.23% from 462); Green value is 214 (83.98% from 255 or 46.32% from 462); Blue value is 210 (82.42% from 255 or 45.45% from 462); Max value from RGB is 214 - color contains mainly: green. Hex color #26D6D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26D6D2 is #D9292D. Grayscale: #A0A0A0. Windows color (decimal): -14231854 or 13817382. OLE color: 13817382.

HSL color Cylindrical-coordinate representation of color #26D6D2: hue angle of 178.64º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D6D2 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB38214210-
CMYK0.8200.020.16
HSL178.64º69.84%49.41%-
HSV(B)178.64º82.24%83.92%-
XYZ36.4853.1669.31-
YUV160.92155.6940.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 8.23%
GREEN value IS 214 (83.98% from 255) = 46.32%
BLUE value IS 210 (82.42% from 255) = 45.45%
R=8.23%
G=46.32%
B=45.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal382142100.8200.020.16178.6469.8449.41
Hex26D6D2520210b34631
Octal46326322122022026310661
Binary1001101101011011010010101001001010000101100111000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26D6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,214,210); }

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

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

 a { background-color: rgb(38,214,210); }

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

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

 span { border-color: rgb(38,214,210); }

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