Shades of Dark Turquoise #18CCE9
Tints of Dark Turquoise #18CCE9
RGB
CMYK
RGB Variations
Color information
#18CCE9 (or 0x18CCE9) is known color: Dark Turquoise. HEX triplet: 18, CC and E9. RGB value is (24,204,233). Sum of RGB (Red+Green+Blue) = 24+204+233=461 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.21% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 233 (91.41% from 255 or 50.54% from 461); Max value from RGB is 233 - color contains mainly: blue. Hex color #18CCE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CCE9 is #E73316. Grayscale: #999999. Windows color (decimal): -15151895 or 15322136. OLE color: 15322136.
HSL color Cylindrical-coordinate representation of color #18CCE9: hue angle of 188.33º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CCE9 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 24 | 204 | 233 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.09 |
| HSL | 188.33º | 0.83% | 0.5% | - |
| HSV(B) | 188.33º | 0.9% | 0.91% | - |
| XYZ | 36.68 | 49.26 | 84.67 | - |
| YUV | 153.49 | 172.87 | 35.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 204 | 233 | 0.90 | 0.12 | 0 | 0.09 | 188.33 | 0.83 | 0.5 |
| Hex | 18 | CC | E9 | 5A | C | 0 | 9 | BC | 53 | 32 |
| Octal | 30 | 314 | 351 | 132 | 14 | 0 | 11 | 274 | 123 | 62 |
| Binary | 11000 | 11001100 | 11101001 | 1011010 | 1100 | 0 | 1001 | 10111100 | 1010011 | 110010 |
Color Harmonies of #18CCE9
Complementary color
Monochromatic Colors of #18CCE9
Black with #18CCE9
Text Example
Text Example
White with #18CCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CCE9; }
p { color: rgb(24,204,233); }
H1.HeaderClassName
{
color: #18CCE9;
}
.AnyTagClassName
{
color: #18CCE9;
}
</style>
background-color css
<style>
a { background-color: #18CCE9; }
a { background-color: rgb(24,204,233); }
div.DivClassName
{
background-color: #18CCE9;
}
.BgClassName
{
background-color: #18CCE9;
}
</style>
border-color css
<style>
span { border-color: #18CCE9; }
span { border-color: rgb(24,204,233); }
td.TdClassName
{
border-color: #18CCE9;
}
.TagClassName
{
border-color: #18CCE9;
}
</style>