Shades of Turquoise #26D4CC
Tints of Turquoise #26D4CC
RGB
CMYK
RGB Variations
Color information
#26D4CC (or 0x26D4CC) is known color: Turquoise. HEX triplet: 26, D4 and CC. RGB value is (38,212,204). Sum of RGB (Red+Green+Blue) = 38+212+204=454 (60% of max value = 765). Red value is 38 (15.23% from 255 or 8.37% from 454); Green value is 212 (83.20% from 255 or 46.70% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 212 - color contains mainly: green. Hex color #26D4CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26D4CC is #D92B33. Grayscale: #9E9E9E. Windows color (decimal): -14232372 or 13423654. OLE color: 13423654.
HSL color Cylindrical-coordinate representation of color #26D4CC: hue angle of 177.24º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D4CC is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 38 | 212 | 204 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.17 |
| HSL | 177.24º | 0.7% | 0.49% | - |
| HSV(B) | 177.24º | 0.82% | 0.83% | - |
| XYZ | 35.24 | 51.86 | 65.28 | - |
| YUV | 159.06 | 153.35 | 41.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 212 | 204 | 0.82 | 0 | 0.04 | 0.17 | 177.24 | 0.7 | 0.49 |
| Hex | 26 | D4 | CC | 52 | 0 | 4 | 11 | B1 | 46 | 31 |
| Octal | 46 | 324 | 314 | 122 | 0 | 4 | 21 | 261 | 106 | 61 |
| Binary | 100110 | 11010100 | 11001100 | 1010010 | 0 | 100 | 10001 | 10110001 | 1000110 | 110001 |
Color Harmonies of #26D4CC
Complementary color
Monochromatic Colors of #26D4CC
Black with #26D4CC
Text Example
Text Example
White with #26D4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D4CC; }
p { color: rgb(38,212,204); }
H1.HeaderClassName
{
color: #26D4CC;
}
.AnyTagClassName
{
color: #26D4CC;
}
</style>
background-color css
<style>
a { background-color: #26D4CC; }
a { background-color: rgb(38,212,204); }
div.DivClassName
{
background-color: #26D4CC;
}
.BgClassName
{
background-color: #26D4CC;
}
</style>
border-color css
<style>
span { border-color: #26D4CC; }
span { border-color: rgb(38,212,204); }
td.TdClassName
{
border-color: #26D4CC;
}
.TagClassName
{
border-color: #26D4CC;
}
</style>