Shades of Dark Turquoise #06CDE0
Tints of Dark Turquoise #06CDE0
RGB
CMYK
RGB Variations
Color information
#06CDE0 (or 0x06CDE0) is known color: Dark Turquoise. HEX triplet: 06, CD and E0. RGB value is (6,205,224). Sum of RGB (Red+Green+Blue) = 6+205+224=435 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.38% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 224 (87.89% from 255 or 51.49% from 435); Max value from RGB is 224 - color contains mainly: blue. Hex color #06CDE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06CDE0 is #F9321F. Grayscale: #939393. Windows color (decimal): -16331296 or 14732550. OLE color: 14732550.
HSL color Cylindrical-coordinate representation of color #06CDE0: hue angle of 185.23º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CDE0 is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 205 | 224 | - |
| CMYK | 0.97 | 0.08 | 0 | 0.12 |
| HSL | 185.23º | 0.95% | 0.45% | - |
| HSV(B) | 185.23º | 0.97% | 0.88% | - |
| XYZ | 35.36 | 49.08 | 78.13 | - |
| YUV | 147.67 | 171.07 | 26.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 205 | 224 | 0.97 | 0.08 | 0 | 0.12 | 185.23 | 0.95 | 0.45 |
| Hex | 6 | CD | E0 | 61 | 8 | 0 | C | B9 | 5F | 2D |
| Octal | 6 | 315 | 340 | 141 | 10 | 0 | 14 | 271 | 137 | 55 |
| Binary | 110 | 11001101 | 11100000 | 1100001 | 1000 | 0 | 1100 | 10111001 | 1011111 | 101101 |
Color Harmonies of #06CDE0
Complementary color
Monochromatic Colors of #06CDE0
Black with #06CDE0
Text Example
Text Example
White with #06CDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CDE0; }
p { color: rgb(6,205,224); }
H1.HeaderClassName
{
color: #06CDE0;
}
.AnyTagClassName
{
color: #06CDE0;
}
</style>
background-color css
<style>
a { background-color: #06CDE0; }
a { background-color: rgb(6,205,224); }
div.DivClassName
{
background-color: #06CDE0;
}
.BgClassName
{
background-color: #06CDE0;
}
</style>
border-color css
<style>
span { border-color: #06CDE0; }
span { border-color: rgb(6,205,224); }
td.TdClassName
{
border-color: #06CDE0;
}
.TagClassName
{
border-color: #06CDE0;
}
</style>