#26EFD2

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

Shades of Turquoise #26EFD2

Tints of Turquoise #26EFD2

Color information

#26EFD2 (or 0x26EFD2) is unknown color: approx Turquoise. HEX triplet: 26, EF and D2. RGB value is (38,239,210). Sum of RGB (Red+Green+Blue) = 38+239+210=487 (64% of max value = 765). Red value is 38 (15.23% from 255 or 7.80% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 210 (82.42% from 255 or 43.12% from 487); Max value from RGB is 239 - color contains mainly: green. Hex color #26EFD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26EFD2 is #D9102D. Grayscale: #AFAFAF. Windows color (decimal): -14225454 or 13823782. OLE color: 13823782.

HSL color Cylindrical-coordinate representation of color #26EFD2: hue angle of 171.34º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26EFD2 is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB38239210-
CMYK0.8400.120.06
HSL171.34º86.27%54.31%-
HSV(B)171.34º84.1%93.73%-
XYZ43.366.871.58-
YUV175.59147.4129.86-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 7.80%
GREEN value IS 239 (93.75% from 255) = 49.08%
BLUE value IS 210 (82.42% from 255) = 43.12%
R=7.80%
G=49.08%
B=43.12%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal382392100.8400.120.06171.3486.2754.31
Hex26EFD2540C6ab5636
Octal46357322124014625312666
Binary1001101110111111010010101010001100110101010111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26EFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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