Shades of Turquoise #24CFCB
Tints of Turquoise #24CFCB
RGB
CMYK
RGB Variations
Color information
#24CFCB (or 0x24CFCB) is known color: Turquoise. HEX triplet: 24, CF and CB. RGB value is (36,207,203). Sum of RGB (Red+Green+Blue) = 36+207+203=446 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8.07% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #24CFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CFCB is #DB3034. Grayscale: #9B9B9B. Windows color (decimal): -14364725 or 13356836. OLE color: 13356836.
HSL color Cylindrical-coordinate representation of color #24CFCB: hue angle of 178.6º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24CFCB is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 207 | 203 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.19 |
| HSL | 178.6º | 0.7% | 0.48% | - |
| HSV(B) | 178.6º | 0.83% | 0.81% | - |
| XYZ | 33.82 | 49.31 | 64.24 | - |
| YUV | 155.42 | 154.85 | 42.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 207 | 203 | 0.83 | 0 | 0.02 | 0.19 | 178.6 | 0.7 | 0.48 |
| Hex | 24 | CF | CB | 53 | 0 | 2 | 13 | B3 | 46 | 30 |
| Octal | 44 | 317 | 313 | 123 | 0 | 2 | 23 | 263 | 106 | 60 |
| Binary | 100100 | 11001111 | 11001011 | 1010011 | 0 | 10 | 10011 | 10110011 | 1000110 | 110000 |
Color Harmonies of #24CFCB
Complementary color
Monochromatic Colors of #24CFCB
Black with #24CFCB
Text Example
Text Example
White with #24CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CFCB; }
p { color: rgb(36,207,203); }
H1.HeaderClassName
{
color: #24CFCB;
}
.AnyTagClassName
{
color: #24CFCB;
}
</style>
background-color css
<style>
a { background-color: #24CFCB; }
a { background-color: rgb(36,207,203); }
div.DivClassName
{
background-color: #24CFCB;
}
.BgClassName
{
background-color: #24CFCB;
}
</style>
border-color css
<style>
span { border-color: #24CFCB; }
span { border-color: rgb(36,207,203); }
td.TdClassName
{
border-color: #24CFCB;
}
.TagClassName
{
border-color: #24CFCB;
}
</style>