Shades of Bright Turquoise #24E1FC
Tints of Bright Turquoise #24E1FC
RGB
CMYK
RGB Variations
Color information
#24E1FC (or 0x24E1FC) is known color: Bright Turquoise. HEX triplet: 24, E1 and FC. RGB value is (36,225,252). Sum of RGB (Red+Green+Blue) = 36+225+252=513 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.02% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #24E1FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24E1FC is #DB1E03. Grayscale: #ABABAB. Windows color (decimal): -14360068 or 16572708. OLE color: 16572708.
HSL color Cylindrical-coordinate representation of color #24E1FC: hue angle of 187.5º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24E1FC is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 36 | 225 | 252 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.01 |
| HSL | 187.5º | 0.97% | 0.56% | - |
| HSV(B) | 187.5º | 0.86% | 0.99% | - |
| XYZ | 45.22 | 61.25 | 101.54 | - |
| YUV | 171.57 | 173.38 | 31.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 225 | 252 | 0.86 | 0.11 | 0 | 0.01 | 187.5 | 0.97 | 0.56 |
| Hex | 24 | E1 | FC | 56 | B | 0 | 1 | BC | 61 | 38 |
| Octal | 44 | 341 | 374 | 126 | 13 | 0 | 1 | 274 | 141 | 70 |
| Binary | 100100 | 11100001 | 11111100 | 1010110 | 1011 | 0 | 1 | 10111100 | 1100001 | 111000 |
Color Harmonies of #24E1FC
Complementary color
Monochromatic Colors of #24E1FC
Black with #24E1FC
Text Example
Text Example
White with #24E1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24E1FC; }
p { color: rgb(36,225,252); }
H1.HeaderClassName
{
color: #24E1FC;
}
.AnyTagClassName
{
color: #24E1FC;
}
</style>
background-color css
<style>
a { background-color: #24E1FC; }
a { background-color: rgb(36,225,252); }
div.DivClassName
{
background-color: #24E1FC;
}
.BgClassName
{
background-color: #24E1FC;
}
</style>
border-color css
<style>
span { border-color: #24E1FC; }
span { border-color: rgb(36,225,252); }
td.TdClassName
{
border-color: #24E1FC;
}
.TagClassName
{
border-color: #24E1FC;
}
</style>