Shades of Bright Turquoise #24DCEA
Tints of Bright Turquoise #24DCEA
RGB
CMYK
RGB Variations
Color information
#24DCEA (or 0x24DCEA) is known color: Bright Turquoise. HEX triplet: 24, DC and EA. RGB value is (36,220,234). Sum of RGB (Red+Green+Blue) = 36+220+234=490 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.35% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #24DCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24DCEA is #DB2315. Grayscale: #A6A6A6. Windows color (decimal): -14361366 or 15391780. OLE color: 15391780.
HSL color Cylindrical-coordinate representation of color #24DCEA: hue angle of 184.24º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24DCEA is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 220 | 234 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.08 |
| HSL | 184.24º | 0.83% | 0.53% | - |
| HSV(B) | 184.24º | 0.85% | 0.92% | - |
| XYZ | 41.17 | 57.5 | 86.77 | - |
| YUV | 166.58 | 166.04 | 34.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 220 | 234 | 0.85 | 0.06 | 0 | 0.08 | 184.24 | 0.83 | 0.53 |
| Hex | 24 | DC | EA | 55 | 6 | 0 | 8 | B8 | 52 | 35 |
| Octal | 44 | 334 | 352 | 125 | 6 | 0 | 10 | 270 | 122 | 65 |
| Binary | 100100 | 11011100 | 11101010 | 1010101 | 110 | 0 | 1000 | 10111000 | 1010010 | 110101 |
Color Harmonies of #24DCEA
Complementary color
Monochromatic Colors of #24DCEA
Black with #24DCEA
Text Example
Text Example
White with #24DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DCEA; }
p { color: rgb(36,220,234); }
H1.HeaderClassName
{
color: #24DCEA;
}
.AnyTagClassName
{
color: #24DCEA;
}
</style>
background-color css
<style>
a { background-color: #24DCEA; }
a { background-color: rgb(36,220,234); }
div.DivClassName
{
background-color: #24DCEA;
}
.BgClassName
{
background-color: #24DCEA;
}
</style>
border-color css
<style>
span { border-color: #24DCEA; }
span { border-color: rgb(36,220,234); }
td.TdClassName
{
border-color: #24DCEA;
}
.TagClassName
{
border-color: #24DCEA;
}
</style>