Shades of Dark Turquoise #18CCDF
Tints of Dark Turquoise #18CCDF
RGB
CMYK
RGB Variations
Color information
#18CCDF (or 0x18CCDF) is known color: Dark Turquoise. HEX triplet: 18, CC and DF. RGB value is (24,204,223). Sum of RGB (Red+Green+Blue) = 24+204+223=451 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.32% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #18CCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CCDF is #E73320. Grayscale: #989898. Windows color (decimal): -15151905 or 14666776. OLE color: 14666776.
HSL color Cylindrical-coordinate representation of color #18CCDF: hue angle of 185.73º degrees, saturation: 0.81, 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 #18CCDF is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 204 | 223 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.13 |
| HSL | 185.73º | 0.81% | 0.48% | - |
| HSV(B) | 185.73º | 0.89% | 0.87% | - |
| XYZ | 35.29 | 48.71 | 77.35 | - |
| YUV | 152.35 | 167.87 | 36.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 204 | 223 | 0.89 | 0.09 | 0 | 0.13 | 185.73 | 0.81 | 0.48 |
| Hex | 18 | CC | DF | 59 | 9 | 0 | D | BA | 51 | 30 |
| Octal | 30 | 314 | 337 | 131 | 11 | 0 | 15 | 272 | 121 | 60 |
| Binary | 11000 | 11001100 | 11011111 | 1011001 | 1001 | 0 | 1101 | 10111010 | 1010001 | 110000 |
Color Harmonies of #18CCDF
Complementary color
Monochromatic Colors of #18CCDF
Black with #18CCDF
Text Example
Text Example
White with #18CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CCDF; }
p { color: rgb(24,204,223); }
H1.HeaderClassName
{
color: #18CCDF;
}
.AnyTagClassName
{
color: #18CCDF;
}
</style>
background-color css
<style>
a { background-color: #18CCDF; }
a { background-color: rgb(24,204,223); }
div.DivClassName
{
background-color: #18CCDF;
}
.BgClassName
{
background-color: #18CCDF;
}
</style>
border-color css
<style>
span { border-color: #18CCDF; }
span { border-color: rgb(24,204,223); }
td.TdClassName
{
border-color: #18CCDF;
}
.TagClassName
{
border-color: #18CCDF;
}
</style>