Shades of Bright Turquoise #24FBE6
Tints of Bright Turquoise #24FBE6
RGB
CMYK
RGB Variations
Color information
#24FBE6 (or 0x24FBE6) is known color: Bright Turquoise. HEX triplet: 24, FB and E6. RGB value is (36,251,230). Sum of RGB (Red+Green+Blue) = 36+251+230=517 (68% of max value = 765). Red value is 36 (14.45% from 255 or 6.96% from 517); Green value is 251 (98.44% from 255 or 48.55% from 517); Blue value is 230 (90.23% from 255 or 44.49% from 517); Max value from RGB is 251 - color contains mainly: green. Hex color #24FBE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24FBE6 is #DB0419. Grayscale: #B8B8B8. Windows color (decimal): -14353434 or 15137572. OLE color: 15137572.
HSL color Cylindrical-coordinate representation of color #24FBE6: hue angle of 174.14º 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 #24FBE6 is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 251 | 230 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.02 |
| HSL | 174.14º | 0.96% | 0.56% | - |
| HSV(B) | 174.14º | 0.86% | 0.98% | - |
| XYZ | 49.51 | 75.08 | 86.75 | - |
| YUV | 184.32 | 153.77 | 22.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 251 | 230 | 0.86 | 0 | 0.08 | 0.02 | 174.14 | 0.96 | 0.56 |
| Hex | 24 | FB | E6 | 56 | 0 | 8 | 2 | AE | 60 | 38 |
| Octal | 44 | 373 | 346 | 126 | 0 | 10 | 2 | 256 | 140 | 70 |
| Binary | 100100 | 11111011 | 11100110 | 1010110 | 0 | 1000 | 10 | 10101110 | 1100000 | 111000 |
Color Harmonies of #24FBE6
Complementary color
Monochromatic Colors of #24FBE6
Black with #24FBE6
Text Example
Text Example
White with #24FBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24FBE6; }
p { color: rgb(36,251,230); }
H1.HeaderClassName
{
color: #24FBE6;
}
.AnyTagClassName
{
color: #24FBE6;
}
</style>
background-color css
<style>
a { background-color: #24FBE6; }
a { background-color: rgb(36,251,230); }
div.DivClassName
{
background-color: #24FBE6;
}
.BgClassName
{
background-color: #24FBE6;
}
</style>
border-color css
<style>
span { border-color: #24FBE6; }
span { border-color: rgb(36,251,230); }
td.TdClassName
{
border-color: #24FBE6;
}
.TagClassName
{
border-color: #24FBE6;
}
</style>