Shades of Bright Turquoise #24CFE0
Tints of Bright Turquoise #24CFE0
RGB
CMYK
RGB Variations
Color information
#24CFE0 (or 0x24CFE0) is known color: Bright Turquoise. HEX triplet: 24, CF and E0. RGB value is (36,207,224). Sum of RGB (Red+Green+Blue) = 36+207+224=467 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.71% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #24CFE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CFE0 is #DB301F. Grayscale: #9D9D9D. Windows color (decimal): -14364704 or 14733092. OLE color: 14733092.
HSL color Cylindrical-coordinate representation of color #24CFE0: hue angle of 185.43º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24CFE0 is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 36 | 207 | 224 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.12 |
| HSL | 185.43º | 0.75% | 0.51% | - |
| HSV(B) | 185.43º | 0.84% | 0.88% | - |
| XYZ | 36.49 | 50.38 | 78.32 | - |
| YUV | 157.81 | 165.35 | 41.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 207 | 224 | 0.84 | 0.08 | 0 | 0.12 | 185.43 | 0.75 | 0.51 |
| Hex | 24 | CF | E0 | 54 | 8 | 0 | C | B9 | 4B | 33 |
| Octal | 44 | 317 | 340 | 124 | 10 | 0 | 14 | 271 | 113 | 63 |
| Binary | 100100 | 11001111 | 11100000 | 1010100 | 1000 | 0 | 1100 | 10111001 | 1001011 | 110011 |
Color Harmonies of #24CFE0
Complementary color
Monochromatic Colors of #24CFE0
Black with #24CFE0
Text Example
Text Example
White with #24CFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CFE0; }
p { color: rgb(36,207,224); }
H1.HeaderClassName
{
color: #24CFE0;
}
.AnyTagClassName
{
color: #24CFE0;
}
</style>
background-color css
<style>
a { background-color: #24CFE0; }
a { background-color: rgb(36,207,224); }
div.DivClassName
{
background-color: #24CFE0;
}
.BgClassName
{
background-color: #24CFE0;
}
</style>
border-color css
<style>
span { border-color: #24CFE0; }
span { border-color: rgb(36,207,224); }
td.TdClassName
{
border-color: #24CFE0;
}
.TagClassName
{
border-color: #24CFE0;
}
</style>