Shades of Dark Turquoise #18CEDD
Tints of Dark Turquoise #18CEDD
RGB
CMYK
RGB Variations
Color information
#18CEDD (or 0x18CEDD) is known color: Dark Turquoise. HEX triplet: 18, CE and DD. RGB value is (24,206,221). Sum of RGB (Red+Green+Blue) = 24+206+221=451 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.32% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #18CEDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CEDD is #E73122. Grayscale: #999999. Windows color (decimal): -15151395 or 14536216. OLE color: 14536216.
HSL color Cylindrical-coordinate representation of color #18CEDD: hue angle of 184.57º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18CEDD is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 206 | 221 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.13 |
| HSL | 184.57º | 0.8% | 0.48% | - |
| HSV(B) | 184.57º | 0.89% | 0.87% | - |
| XYZ | 35.5 | 49.56 | 76.1 | - |
| YUV | 153.29 | 166.2 | 35.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 206 | 221 | 0.89 | 0.07 | 0 | 0.13 | 184.57 | 0.8 | 0.48 |
| Hex | 18 | CE | DD | 59 | 7 | 0 | D | B9 | 50 | 30 |
| Octal | 30 | 316 | 335 | 131 | 7 | 0 | 15 | 271 | 120 | 60 |
| Binary | 11000 | 11001110 | 11011101 | 1011001 | 111 | 0 | 1101 | 10111001 | 1010000 | 110000 |
Color Harmonies of #18CEDD
Complementary color
Monochromatic Colors of #18CEDD
Black with #18CEDD
Text Example
Text Example
White with #18CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CEDD; }
p { color: rgb(24,206,221); }
H1.HeaderClassName
{
color: #18CEDD;
}
.AnyTagClassName
{
color: #18CEDD;
}
</style>
background-color css
<style>
a { background-color: #18CEDD; }
a { background-color: rgb(24,206,221); }
div.DivClassName
{
background-color: #18CEDD;
}
.BgClassName
{
background-color: #18CEDD;
}
</style>
border-color css
<style>
span { border-color: #18CEDD; }
span { border-color: rgb(24,206,221); }
td.TdClassName
{
border-color: #18CEDD;
}
.TagClassName
{
border-color: #18CEDD;
}
</style>