Shades of Bright Turquoise #24FBD2
Tints of Bright Turquoise #24FBD2
RGB
CMYK
RGB Variations
Color information
#24FBD2 (or 0x24FBD2) is known color: Bright Turquoise. HEX triplet: 24, FB and D2. RGB value is (36,251,210). Sum of RGB (Red+Green+Blue) = 36+251+210=497 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.24% from 497); Green value is 251 (98.44% from 255 or 50.50% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 251 - color contains mainly: green. Hex color #24FBD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FBD2 is #DB042D. Grayscale: #B5B5B5. Windows color (decimal): -14353454 or 13826852. OLE color: 13826852.
HSL color Cylindrical-coordinate representation of color #24FBD2: hue angle of 168.56º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24FBD2 is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 251 | 210 | - |
| CMYK | 0.86 | 0 | 0.16 | 0.02 |
| HSL | 168.56º | 0.96% | 0.56% | - |
| HSV(B) | 168.56º | 0.86% | 0.98% | - |
| XYZ | 46.86 | 74.02 | 72.79 | - |
| YUV | 182.04 | 143.77 | 23.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 251 | 210 | 0.86 | 0 | 0.16 | 0.02 | 168.56 | 0.96 | 0.56 |
| Hex | 24 | FB | D2 | 56 | 0 | 10 | 2 | A9 | 60 | 38 |
| Octal | 44 | 373 | 322 | 126 | 0 | 20 | 2 | 251 | 140 | 70 |
| Binary | 100100 | 11111011 | 11010010 | 1010110 | 0 | 10000 | 10 | 10101001 | 1100000 | 111000 |
Color Harmonies of #24FBD2
Complementary color
Monochromatic Colors of #24FBD2
Black with #24FBD2
Text Example
Text Example
White with #24FBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24FBD2; }
p { color: rgb(36,251,210); }
H1.HeaderClassName
{
color: #24FBD2;
}
.AnyTagClassName
{
color: #24FBD2;
}
</style>
background-color css
<style>
a { background-color: #24FBD2; }
a { background-color: rgb(36,251,210); }
div.DivClassName
{
background-color: #24FBD2;
}
.BgClassName
{
background-color: #24FBD2;
}
</style>
border-color css
<style>
span { border-color: #24FBD2; }
span { border-color: rgb(36,251,210); }
td.TdClassName
{
border-color: #24FBD2;
}
.TagClassName
{
border-color: #24FBD2;
}
</style>