Shades of Dark Turquoise #18CEEA
Tints of Dark Turquoise #18CEEA
RGB
CMYK
RGB Variations
Color information
#18CEEA (or 0x18CEEA) is known color: Dark Turquoise. HEX triplet: 18, CE and EA. RGB value is (24,206,234). Sum of RGB (Red+Green+Blue) = 24+206+234=464 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.17% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #18CEEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CEEA is #E73115. Grayscale: #9A9A9A. Windows color (decimal): -15151382 or 15388184. OLE color: 15388184.
HSL color Cylindrical-coordinate representation of color #18CEEA: hue angle of 188º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CEEA is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 206 | 234 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.08 |
| HSL | 188º | 0.83% | 0.51% | - |
| HSV(B) | 188º | 0.9% | 0.92% | - |
| XYZ | 37.3 | 50.28 | 85.58 | - |
| YUV | 154.77 | 172.7 | 34.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 206 | 234 | 0.90 | 0.12 | 0 | 0.08 | 188 | 0.83 | 0.51 |
| Hex | 18 | CE | EA | 5A | C | 0 | 8 | BC | 53 | 33 |
| Octal | 30 | 316 | 352 | 132 | 14 | 0 | 10 | 274 | 123 | 63 |
| Binary | 11000 | 11001110 | 11101010 | 1011010 | 1100 | 0 | 1000 | 10111100 | 1010011 | 110011 |
Color Harmonies of #18CEEA
Complementary color
Monochromatic Colors of #18CEEA
Black with #18CEEA
Text Example
Text Example
White with #18CEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CEEA; }
p { color: rgb(24,206,234); }
H1.HeaderClassName
{
color: #18CEEA;
}
.AnyTagClassName
{
color: #18CEEA;
}
</style>
background-color css
<style>
a { background-color: #18CEEA; }
a { background-color: rgb(24,206,234); }
div.DivClassName
{
background-color: #18CEEA;
}
.BgClassName
{
background-color: #18CEEA;
}
</style>
border-color css
<style>
span { border-color: #18CEEA; }
span { border-color: rgb(24,206,234); }
td.TdClassName
{
border-color: #18CEEA;
}
.TagClassName
{
border-color: #18CEEA;
}
</style>