Shades of Bright Turquoise #24EAF1
Tints of Bright Turquoise #24EAF1
RGB
CMYK
RGB Variations
Color information
#24EAF1 (or 0x24EAF1) is known color: Bright Turquoise. HEX triplet: 24, EA and F1. RGB value is (36,234,241). Sum of RGB (Red+Green+Blue) = 36+234+241=511 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.05% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #24EAF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24EAF1 is #DB150E. Grayscale: #AFAFAF. Windows color (decimal): -14357775 or 15854116. OLE color: 15854116.
HSL color Cylindrical-coordinate representation of color #24EAF1: hue angle of 182.05º 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 #24EAF1 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 234 | 241 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.05 |
| HSL | 182.05º | 0.88% | 0.54% | - |
| HSV(B) | 182.05º | 0.85% | 0.95% | - |
| XYZ | 46.03 | 65.57 | 93.45 | - |
| YUV | 175.6 | 164.9 | 28.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 234 | 241 | 0.85 | 0.03 | 0 | 0.05 | 182.05 | 0.88 | 0.54 |
| Hex | 24 | EA | F1 | 55 | 3 | 0 | 5 | B6 | 58 | 36 |
| Octal | 44 | 352 | 361 | 125 | 3 | 0 | 5 | 266 | 130 | 66 |
| Binary | 100100 | 11101010 | 11110001 | 1010101 | 11 | 0 | 101 | 10110110 | 1011000 | 110110 |
Color Harmonies of #24EAF1
Complementary color
Monochromatic Colors of #24EAF1
Black with #24EAF1
Text Example
Text Example
White with #24EAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24EAF1; }
p { color: rgb(36,234,241); }
H1.HeaderClassName
{
color: #24EAF1;
}
.AnyTagClassName
{
color: #24EAF1;
}
</style>
background-color css
<style>
a { background-color: #24EAF1; }
a { background-color: rgb(36,234,241); }
div.DivClassName
{
background-color: #24EAF1;
}
.BgClassName
{
background-color: #24EAF1;
}
</style>
border-color css
<style>
span { border-color: #24EAF1; }
span { border-color: rgb(36,234,241); }
td.TdClassName
{
border-color: #24EAF1;
}
.TagClassName
{
border-color: #24EAF1;
}
</style>