#26D1DF

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

Shades of Turquoise #26D1DF

Tints of Turquoise #26D1DF

Color information

#26D1DF (or 0x26D1DF) is unknown color: approx Turquoise. HEX triplet: 26, D1 and DF. RGB value is (38,209,223). Sum of RGB (Red+Green+Blue) = 38+209+223=470 (62% of max value = 765). Red value is 38 (15.23% from 255 or 8.09% from 470); Green value is 209 (82.03% from 255 or 44.47% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #26D1DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26D1DF is #D92E20. Grayscale: #9F9F9F. Windows color (decimal): -14233121 or 14668070. OLE color: 14668070.

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

Color convert

RGB38209223-
CMYK0.830.0600.13
HSL184.54º74.3%51.18%-
HSV(B)184.54º82.96%87.45%-
XYZ36.9251.3477.78-
YUV159.47163.8541.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 8.09%
GREEN value IS 209 (82.03% from 255) = 44.47%
BLUE value IS 223 (87.5% from 255) = 47.45%
R=8.09%
G=44.47%
B=47.45%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal382092230.830.0600.13184.5474.351.18
Hex26D1DF5360Db94a33
Octal46321337123601527111263
Binary1001101101000111011111101001111001101101110011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26D1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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