Shades of Bright Turquoise #24E1FB
Tints of Bright Turquoise #24E1FB
RGB
CMYK
RGB Variations
Color information
#24E1FB (or 0x24E1FB) is known color: Bright Turquoise. HEX triplet: 24, E1 and FB. RGB value is (36,225,251). Sum of RGB (Red+Green+Blue) = 36+225+251=512 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.03% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #24E1FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24E1FB is #DB1E04. Grayscale: #ABABAB. Windows color (decimal): -14360069 or 16507172. OLE color: 16507172.
HSL color Cylindrical-coordinate representation of color #24E1FB: hue angle of 187.26º 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 #24E1FB is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 225 | 251 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.02 |
| HSL | 187.26º | 0.96% | 0.56% | - |
| HSV(B) | 187.26º | 0.86% | 0.98% | - |
| XYZ | 45.07 | 61.19 | 100.7 | - |
| YUV | 171.45 | 172.88 | 31.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 225 | 251 | 0.86 | 0.10 | 0 | 0.02 | 187.26 | 0.96 | 0.56 |
| Hex | 24 | E1 | FB | 56 | A | 0 | 2 | BB | 60 | 38 |
| Octal | 44 | 341 | 373 | 126 | 12 | 0 | 2 | 273 | 140 | 70 |
| Binary | 100100 | 11100001 | 11111011 | 1010110 | 1010 | 0 | 10 | 10111011 | 1100000 | 111000 |
Color Harmonies of #24E1FB
Complementary color
Monochromatic Colors of #24E1FB
Black with #24E1FB
Text Example
Text Example
White with #24E1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24E1FB; }
p { color: rgb(36,225,251); }
H1.HeaderClassName
{
color: #24E1FB;
}
.AnyTagClassName
{
color: #24E1FB;
}
</style>
background-color css
<style>
a { background-color: #24E1FB; }
a { background-color: rgb(36,225,251); }
div.DivClassName
{
background-color: #24E1FB;
}
.BgClassName
{
background-color: #24E1FB;
}
</style>
border-color css
<style>
span { border-color: #24E1FB; }
span { border-color: rgb(36,225,251); }
td.TdClassName
{
border-color: #24E1FB;
}
.TagClassName
{
border-color: #24E1FB;
}
</style>