Shades of Bright Turquoise #24F0F1
Tints of Bright Turquoise #24F0F1
RGB
CMYK
RGB Variations
Color information
#24F0F1 (or 0x24F0F1) is known color: Bright Turquoise. HEX triplet: 24, F0 and F1. RGB value is (36,240,241). Sum of RGB (Red+Green+Blue) = 36+240+241=517 (68% of max value = 765). Red value is 36 (14.45% from 255 or 6.96% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #24F0F1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24F0F1 is #DB0F0E. Grayscale: #B2B2B2. Windows color (decimal): -14356239 or 15855652. OLE color: 15855652.
HSL color Cylindrical-coordinate representation of color #24F0F1: hue angle of 180.29º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F0F1 is Cyan = 0.85, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 240 | 241 | - |
| CMYK | 0.85 | 0.00 | 0 | 0.05 |
| HSL | 180.29º | 0.88% | 0.54% | - |
| HSV(B) | 180.29º | 0.85% | 0.95% | - |
| XYZ | 47.76 | 69.05 | 94.03 | - |
| YUV | 179.12 | 162.91 | 25.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 240 | 241 | 0.85 | 0.00 | 0 | 0.05 | 180.29 | 0.88 | 0.54 |
| Hex | 24 | F0 | F1 | 55 | 0 | 0 | 5 | B4 | 58 | 36 |
| Octal | 44 | 360 | 361 | 125 | 0 | 0 | 5 | 264 | 130 | 66 |
| Binary | 100100 | 11110000 | 11110001 | 1010101 | 0 | 0 | 101 | 10110100 | 1011000 | 110110 |
Color Harmonies of #24F0F1
Complementary color
Monochromatic Colors of #24F0F1
Black with #24F0F1
Text Example
Text Example
White with #24F0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24F0F1; }
p { color: rgb(36,240,241); }
H1.HeaderClassName
{
color: #24F0F1;
}
.AnyTagClassName
{
color: #24F0F1;
}
</style>
background-color css
<style>
a { background-color: #24F0F1; }
a { background-color: rgb(36,240,241); }
div.DivClassName
{
background-color: #24F0F1;
}
.BgClassName
{
background-color: #24F0F1;
}
</style>
border-color css
<style>
span { border-color: #24F0F1; }
span { border-color: rgb(36,240,241); }
td.TdClassName
{
border-color: #24F0F1;
}
.TagClassName
{
border-color: #24F0F1;
}
</style>