Shades of Bright Turquoise #24F7EE
Tints of Bright Turquoise #24F7EE
RGB
CMYK
RGB Variations
Color information
#24F7EE (or 0x24F7EE) is known color: Bright Turquoise. HEX triplet: 24, F7 and EE. RGB value is (36,247,238). Sum of RGB (Red+Green+Blue) = 36+247+238=521 (69% of max value = 765). Red value is 36 (14.45% from 255 or 6.91% from 521); Green value is 247 (96.88% from 255 or 47.41% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 247 - color contains mainly: green. Hex color #24F7EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24F7EE is #DB0811. Grayscale: #B6B6B6. Windows color (decimal): -14354450 or 15660836. OLE color: 15660836.
HSL color Cylindrical-coordinate representation of color #24F7EE: hue angle of 177.44º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F7EE is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 36 | 247 | 238 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.03 |
| HSL | 177.44º | 0.93% | 0.55% | - |
| HSV(B) | 177.44º | 0.85% | 0.97% | - |
| XYZ | 49.42 | 73.07 | 92.39 | - |
| YUV | 182.89 | 159.1 | 23.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 247 | 238 | 0.85 | 0 | 0.04 | 0.03 | 177.44 | 0.93 | 0.55 |
| Hex | 24 | F7 | EE | 55 | 0 | 4 | 3 | B1 | 5D | 37 |
| Octal | 44 | 367 | 356 | 125 | 0 | 4 | 3 | 261 | 135 | 67 |
| Binary | 100100 | 11110111 | 11101110 | 1010101 | 0 | 100 | 11 | 10110001 | 1011101 | 110111 |
Color Harmonies of #24F7EE
Complementary color
Monochromatic Colors of #24F7EE
Black with #24F7EE
Text Example
Text Example
White with #24F7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24F7EE; }
p { color: rgb(36,247,238); }
H1.HeaderClassName
{
color: #24F7EE;
}
.AnyTagClassName
{
color: #24F7EE;
}
</style>
background-color css
<style>
a { background-color: #24F7EE; }
a { background-color: rgb(36,247,238); }
div.DivClassName
{
background-color: #24F7EE;
}
.BgClassName
{
background-color: #24F7EE;
}
</style>
border-color css
<style>
span { border-color: #24F7EE; }
span { border-color: rgb(36,247,238); }
td.TdClassName
{
border-color: #24F7EE;
}
.TagClassName
{
border-color: #24F7EE;
}
</style>