Shades of Bright Turquoise #24CFE1
Tints of Bright Turquoise #24CFE1
RGB
CMYK
RGB Variations
Color information
#24CFE1 (or 0x24CFE1) is known color: Bright Turquoise. HEX triplet: 24, CF and E1. RGB value is (36,207,225). Sum of RGB (Red+Green+Blue) = 36+207+225=468 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.69% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 225 (88.28% from 255 or 48.08% from 468); Max value from RGB is 225 - color contains mainly: blue. Hex color #24CFE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CFE1 is #DB301E. Grayscale: #9D9D9D. Windows color (decimal): -14364703 or 14798628. OLE color: 14798628.
HSL color Cylindrical-coordinate representation of color #24CFE1: hue angle of 185.71º degrees, saturation: 0.76, 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 #24CFE1 is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 36 | 207 | 225 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.12 |
| HSL | 185.71º | 0.76% | 0.51% | - |
| HSV(B) | 185.71º | 0.84% | 0.88% | - |
| XYZ | 36.63 | 50.44 | 79.04 | - |
| YUV | 157.92 | 165.85 | 41.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 207 | 225 | 0.84 | 0.08 | 0 | 0.12 | 185.71 | 0.76 | 0.51 |
| Hex | 24 | CF | E1 | 54 | 8 | 0 | C | BA | 4C | 33 |
| Octal | 44 | 317 | 341 | 124 | 10 | 0 | 14 | 272 | 114 | 63 |
| Binary | 100100 | 11001111 | 11100001 | 1010100 | 1000 | 0 | 1100 | 10111010 | 1001100 | 110011 |
Color Harmonies of #24CFE1
Complementary color
Monochromatic Colors of #24CFE1
Black with #24CFE1
Text Example
Text Example
White with #24CFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CFE1; }
p { color: rgb(36,207,225); }
H1.HeaderClassName
{
color: #24CFE1;
}
.AnyTagClassName
{
color: #24CFE1;
}
</style>
background-color css
<style>
a { background-color: #24CFE1; }
a { background-color: rgb(36,207,225); }
div.DivClassName
{
background-color: #24CFE1;
}
.BgClassName
{
background-color: #24CFE1;
}
</style>
border-color css
<style>
span { border-color: #24CFE1; }
span { border-color: rgb(36,207,225); }
td.TdClassName
{
border-color: #24CFE1;
}
.TagClassName
{
border-color: #24CFE1;
}
</style>