Shades of Dark Turquoise #18CED6
Tints of Dark Turquoise #18CED6
RGB
CMYK
RGB Variations
Color information
#18CED6 (or 0x18CED6) is known color: Dark Turquoise. HEX triplet: 18, CE and D6. RGB value is (24,206,214). Sum of RGB (Red+Green+Blue) = 24+206+214=444 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.41% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 214 (83.98% from 255 or 48.20% from 444); Max value from RGB is 214 - color contains mainly: blue. Hex color #18CED6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CED6 is #E73129. Grayscale: #989898. Windows color (decimal): -15151402 or 14077464. OLE color: 14077464.
HSL color Cylindrical-coordinate representation of color #18CED6: hue angle of 182.53º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18CED6 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 206 | 214 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.16 |
| HSL | 182.53º | 0.8% | 0.47% | - |
| HSV(B) | 182.53º | 0.89% | 0.84% | - |
| XYZ | 34.59 | 49.19 | 71.29 | - |
| YUV | 152.49 | 162.7 | 36.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 206 | 214 | 0.89 | 0.04 | 0 | 0.16 | 182.53 | 0.8 | 0.47 |
| Hex | 18 | CE | D6 | 59 | 4 | 0 | 10 | B7 | 50 | 2F |
| Octal | 30 | 316 | 326 | 131 | 4 | 0 | 20 | 267 | 120 | 57 |
| Binary | 11000 | 11001110 | 11010110 | 1011001 | 100 | 0 | 10000 | 10110111 | 1010000 | 101111 |
Color Harmonies of #18CED6
Complementary color
Monochromatic Colors of #18CED6
Black with #18CED6
Text Example
Text Example
White with #18CED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CED6; }
p { color: rgb(24,206,214); }
H1.HeaderClassName
{
color: #18CED6;
}
.AnyTagClassName
{
color: #18CED6;
}
</style>
background-color css
<style>
a { background-color: #18CED6; }
a { background-color: rgb(24,206,214); }
div.DivClassName
{
background-color: #18CED6;
}
.BgClassName
{
background-color: #18CED6;
}
</style>
border-color css
<style>
span { border-color: #18CED6; }
span { border-color: rgb(24,206,214); }
td.TdClassName
{
border-color: #18CED6;
}
.TagClassName
{
border-color: #18CED6;
}
</style>