Shades of Bright Turquoise #24FBDD
Tints of Bright Turquoise #24FBDD
RGB
CMYK
RGB Variations
Color information
#24FBDD (or 0x24FBDD) is known color: Bright Turquoise. HEX triplet: 24, FB and DD. RGB value is (36,251,221). Sum of RGB (Red+Green+Blue) = 36+251+221=508 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.09% from 508); Green value is 251 (98.44% from 255 or 49.41% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 251 - color contains mainly: green. Hex color #24FBDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FBDD is #DB0422. Grayscale: #B7B7B7. Windows color (decimal): -14353443 or 14547748. OLE color: 14547748.
HSL color Cylindrical-coordinate representation of color #24FBDD: hue angle of 171.63º 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 #24FBDD is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 251 | 221 | - |
| CMYK | 0.86 | 0 | 0.12 | 0.02 |
| HSL | 171.63º | 0.96% | 0.56% | - |
| HSV(B) | 171.63º | 0.86% | 0.98% | - |
| XYZ | 48.28 | 74.59 | 80.26 | - |
| YUV | 183.3 | 149.27 | 22.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 251 | 221 | 0.86 | 0 | 0.12 | 0.02 | 171.63 | 0.96 | 0.56 |
| Hex | 24 | FB | DD | 56 | 0 | C | 2 | AC | 60 | 38 |
| Octal | 44 | 373 | 335 | 126 | 0 | 14 | 2 | 254 | 140 | 70 |
| Binary | 100100 | 11111011 | 11011101 | 1010110 | 0 | 1100 | 10 | 10101100 | 1100000 | 111000 |
Color Harmonies of #24FBDD
Complementary color
Monochromatic Colors of #24FBDD
Black with #24FBDD
Text Example
Text Example
White with #24FBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24FBDD; }
p { color: rgb(36,251,221); }
H1.HeaderClassName
{
color: #24FBDD;
}
.AnyTagClassName
{
color: #24FBDD;
}
</style>
background-color css
<style>
a { background-color: #24FBDD; }
a { background-color: rgb(36,251,221); }
div.DivClassName
{
background-color: #24FBDD;
}
.BgClassName
{
background-color: #24FBDD;
}
</style>
border-color css
<style>
span { border-color: #24FBDD; }
span { border-color: rgb(36,251,221); }
td.TdClassName
{
border-color: #24FBDD;
}
.TagClassName
{
border-color: #24FBDD;
}
</style>