#26DFCF

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

Shades of Turquoise #26DFCF

Tints of Turquoise #26DFCF

Color information

#26DFCF (or 0x26DFCF) is unknown color: approx Turquoise. HEX triplet: 26, DF and CF. RGB value is (38,223,207). Sum of RGB (Red+Green+Blue) = 38+223+207=468 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.12% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #26DFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26DFCF is #D92030. Grayscale: #A5A5A5. Windows color (decimal): -14229553 or 13623078. OLE color: 13623078.

HSL color Cylindrical-coordinate representation of color #26DFCF: hue angle of 174.81º degrees, saturation: 0.74, 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 #26DFCF is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB38223207-
CMYK0.8300.070.13
HSL174.81º74.3%51.18%-
HSV(B)174.81º82.96%87.45%-
XYZ38.4557.6968.14-
YUV165.86151.2136.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 8.12%
GREEN value IS 223 (87.5% from 255) = 47.65%
BLUE value IS 207 (81.25% from 255) = 44.23%
R=8.12%
G=47.65%
B=44.23%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal382232070.8300.070.13174.8174.351.18
Hex26DFCF5307Daf4a33
Octal46337317123071525711263
Binary1001101101111111001111101001101111101101011111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26DFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,223,207); }

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

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

 a { background-color: rgb(38,223,207); }

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

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

 span { border-color: rgb(38,223,207); }

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