Shades of Dark Turquoise #18CFD0
Tints of Dark Turquoise #18CFD0
RGB
CMYK
RGB Variations
Color information
#18CFD0 (or 0x18CFD0) is known color: Dark Turquoise. HEX triplet: 18, CF and D0. RGB value is (24,207,208). Sum of RGB (Red+Green+Blue) = 24+207+208=439 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.47% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 208 (81.64% from 255 or 47.38% from 439); Max value from RGB is 208 - color contains mainly: blue. Hex color #18CFD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CFD0 is #E7302F. Grayscale: #989898. Windows color (decimal): -15151152 or 13684504. OLE color: 13684504.
HSL color Cylindrical-coordinate representation of color #18CFD0: hue angle of 180.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CFD0 is Cyan = 0.88, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 207 | 208 | - |
| CMYK | 0.88 | 0.00 | 0 | 0.18 |
| HSL | 180.33º | 0.79% | 0.45% | - |
| HSV(B) | 180.33º | 0.88% | 0.82% | - |
| XYZ | 34.07 | 49.37 | 67.41 | - |
| YUV | 152.4 | 159.37 | 36.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 207 | 208 | 0.88 | 0.00 | 0 | 0.18 | 180.33 | 0.79 | 0.45 |
| Hex | 18 | CF | D0 | 58 | 0 | 0 | 12 | B4 | 4F | 2D |
| Octal | 30 | 317 | 320 | 130 | 0 | 0 | 22 | 264 | 117 | 55 |
| Binary | 11000 | 11001111 | 11010000 | 1011000 | 0 | 0 | 10010 | 10110100 | 1001111 | 101101 |
Color Harmonies of #18CFD0
Complementary color
Monochromatic Colors of #18CFD0
Black with #18CFD0
Text Example
Text Example
White with #18CFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CFD0; }
p { color: rgb(24,207,208); }
H1.HeaderClassName
{
color: #18CFD0;
}
.AnyTagClassName
{
color: #18CFD0;
}
</style>
background-color css
<style>
a { background-color: #18CFD0; }
a { background-color: rgb(24,207,208); }
div.DivClassName
{
background-color: #18CFD0;
}
.BgClassName
{
background-color: #18CFD0;
}
</style>
border-color css
<style>
span { border-color: #18CFD0; }
span { border-color: rgb(24,207,208); }
td.TdClassName
{
border-color: #18CFD0;
}
.TagClassName
{
border-color: #18CFD0;
}
</style>