Shades of Turquoise #26CDC9
Tints of Turquoise #26CDC9
RGB
CMYK
RGB Variations
Color information
#26CDC9 (or 0x26CDC9) is known color: Turquoise. HEX triplet: 26, CD and C9. RGB value is (38,205,201). Sum of RGB (Red+Green+Blue) = 38+205+201=444 (58% of max value = 765). Red value is 38 (15.23% from 255 or 8.56% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 201 (78.91% from 255 or 45.27% from 444); Max value from RGB is 205 - color contains mainly: green. Hex color #26CDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26CDC9 is #D93236. Grayscale: #9A9A9A. Windows color (decimal): -14234167 or 13225254. OLE color: 13225254.
HSL color Cylindrical-coordinate representation of color #26CDC9: hue angle of 178.56º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26CDC9 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 205 | 201 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.20 |
| HSL | 178.56º | 0.69% | 0.48% | - |
| HSV(B) | 178.56º | 0.81% | 0.8% | - |
| XYZ | 33.17 | 48.29 | 62.83 | - |
| YUV | 154.61 | 154.17 | 44.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 205 | 201 | 0.81 | 0 | 0.02 | 0.20 | 178.56 | 0.69 | 0.48 |
| Hex | 26 | CD | C9 | 51 | 0 | 2 | 14 | B3 | 45 | 30 |
| Octal | 46 | 315 | 311 | 121 | 0 | 2 | 24 | 263 | 105 | 60 |
| Binary | 100110 | 11001101 | 11001001 | 1010001 | 0 | 10 | 10100 | 10110011 | 1000101 | 110000 |
Color Harmonies of #26CDC9
Complementary color
Monochromatic Colors of #26CDC9
Black with #26CDC9
Text Example
Text Example
White with #26CDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CDC9; }
p { color: rgb(38,205,201); }
H1.HeaderClassName
{
color: #26CDC9;
}
.AnyTagClassName
{
color: #26CDC9;
}
</style>
background-color css
<style>
a { background-color: #26CDC9; }
a { background-color: rgb(38,205,201); }
div.DivClassName
{
background-color: #26CDC9;
}
.BgClassName
{
background-color: #26CDC9;
}
</style>
border-color css
<style>
span { border-color: #26CDC9; }
span { border-color: rgb(38,205,201); }
td.TdClassName
{
border-color: #26CDC9;
}
.TagClassName
{
border-color: #26CDC9;
}
</style>