Shades of Dark Turquoise #18C5DF
Tints of Dark Turquoise #18C5DF
RGB
CMYK
RGB Variations
Color information
#18C5DF (or 0x18C5DF) is known color: Dark Turquoise. HEX triplet: 18, C5 and DF. RGB value is (24,197,223). Sum of RGB (Red+Green+Blue) = 24+197+223=444 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.41% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #18C5DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18C5DF is #E73A20. Grayscale: #939393. Windows color (decimal): -15153697 or 14664984. OLE color: 14664984.
HSL color Cylindrical-coordinate representation of color #18C5DF: hue angle of 187.84º 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 #18C5DF is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 197 | 223 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.13 |
| HSL | 187.84º | 0.81% | 0.48% | - |
| HSV(B) | 187.84º | 0.89% | 0.87% | - |
| XYZ | 33.66 | 45.45 | 76.81 | - |
| YUV | 148.24 | 170.19 | 39.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 197 | 223 | 0.89 | 0.12 | 0 | 0.13 | 187.84 | 0.81 | 0.48 |
| Hex | 18 | C5 | DF | 59 | C | 0 | D | BC | 51 | 30 |
| Octal | 30 | 305 | 337 | 131 | 14 | 0 | 15 | 274 | 121 | 60 |
| Binary | 11000 | 11000101 | 11011111 | 1011001 | 1100 | 0 | 1101 | 10111100 | 1010001 | 110000 |
Color Harmonies of #18C5DF
Complementary color
Monochromatic Colors of #18C5DF
Black with #18C5DF
Text Example
Text Example
White with #18C5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C5DF; }
p { color: rgb(24,197,223); }
H1.HeaderClassName
{
color: #18C5DF;
}
.AnyTagClassName
{
color: #18C5DF;
}
</style>
background-color css
<style>
a { background-color: #18C5DF; }
a { background-color: rgb(24,197,223); }
div.DivClassName
{
background-color: #18C5DF;
}
.BgClassName
{
background-color: #18C5DF;
}
</style>
border-color css
<style>
span { border-color: #18C5DF; }
span { border-color: rgb(24,197,223); }
td.TdClassName
{
border-color: #18C5DF;
}
.TagClassName
{
border-color: #18C5DF;
}
</style>