Shades of Dark Turquoise #18CFCF
Tints of Dark Turquoise #18CFCF
RGB
CMYK
RGB Variations
Color information
#18CFCF (or 0x18CFCF) is known color: Dark Turquoise. HEX triplet: 18, CF and CF. RGB value is (24,207,207). Sum of RGB (Red+Green+Blue) = 24+207+207=438 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.48% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #18CFCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CFCF is #E73030. Grayscale: #989898. Windows color (decimal): -15151153 or 13618968. OLE color: 13618968.
HSL color Cylindrical-coordinate representation of color #18CFCF: hue angle of 180º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CFCF is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 207 | 207 | - |
| CMYK | 0.88 | 0 | 0 | 0.19 |
| HSL | 180º | 0.79% | 0.45% | - |
| HSV(B) | 180º | 0.88% | 0.81% | - |
| XYZ | 33.95 | 49.32 | 66.76 | - |
| YUV | 152.28 | 158.87 | 36.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 207 | 207 | 0.88 | 0 | 0 | 0.19 | 180 | 0.79 | 0.45 |
| Hex | 18 | CF | CF | 58 | 0 | 0 | 13 | B4 | 4F | 2D |
| Octal | 30 | 317 | 317 | 130 | 0 | 0 | 23 | 264 | 117 | 55 |
| Binary | 11000 | 11001111 | 11001111 | 1011000 | 0 | 0 | 10011 | 10110100 | 1001111 | 101101 |
Color Harmonies of #18CFCF
Complementary color
Monochromatic Colors of #18CFCF
Black with #18CFCF
Text Example
Text Example
White with #18CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CFCF; }
p { color: rgb(24,207,207); }
H1.HeaderClassName
{
color: #18CFCF;
}
.AnyTagClassName
{
color: #18CFCF;
}
</style>
background-color css
<style>
a { background-color: #18CFCF; }
a { background-color: rgb(24,207,207); }
div.DivClassName
{
background-color: #18CFCF;
}
.BgClassName
{
background-color: #18CFCF;
}
</style>
border-color css
<style>
span { border-color: #18CFCF; }
span { border-color: rgb(24,207,207); }
td.TdClassName
{
border-color: #18CFCF;
}
.TagClassName
{
border-color: #18CFCF;
}
</style>