Shades of Turquoise #24FFCB
Tints of Turquoise #24FFCB
RGB
CMYK
RGB Variations
Color information
#24FFCB (or 0x24FFCB) is known color: Turquoise. HEX triplet: 24, FF and CB. RGB value is (36,255,203). Sum of RGB (Red+Green+Blue) = 36+255+203=494 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.29% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #24FFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FFCB is #DB0034. Grayscale: #B7B7B7. Windows color (decimal): -14352437 or 13369124. OLE color: 13369124.
HSL color Cylindrical-coordinate representation of color #24FFCB: hue angle of 165.75º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24FFCB is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 255 | 203 | - |
| CMYK | 0.86 | 0 | 0.20 | 0 |
| HSL | 165.75º | 1% | 0.57% | - |
| HSV(B) | 165.75º | 0.86% | 1% | - |
| XYZ | 47.27 | 76.21 | 68.72 | - |
| YUV | 183.59 | 138.95 | 22.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 255 | 203 | 0.86 | 0 | 0.20 | 0 | 165.75 | 1 | 0.57 |
| Hex | 24 | FF | CB | 56 | 0 | 14 | 0 | A6 | 64 | 39 |
| Octal | 44 | 377 | 313 | 126 | 0 | 24 | 0 | 246 | 144 | 71 |
| Binary | 100100 | 11111111 | 11001011 | 1010110 | 0 | 10100 | 0 | 10100110 | 1100100 | 111001 |
Color Harmonies of #24FFCB
Complementary color
Monochromatic Colors of #24FFCB
Black with #24FFCB
Text Example
Text Example
White with #24FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24FFCB; }
p { color: rgb(36,255,203); }
H1.HeaderClassName
{
color: #24FFCB;
}
.AnyTagClassName
{
color: #24FFCB;
}
</style>
background-color css
<style>
a { background-color: #24FFCB; }
a { background-color: rgb(36,255,203); }
div.DivClassName
{
background-color: #24FFCB;
}
.BgClassName
{
background-color: #24FFCB;
}
</style>
border-color css
<style>
span { border-color: #24FFCB; }
span { border-color: rgb(36,255,203); }
td.TdClassName
{
border-color: #24FFCB;
}
.TagClassName
{
border-color: #24FFCB;
}
</style>