Shades of Dark Turquoise #06CCD8
Tints of Dark Turquoise #06CCD8
RGB
CMYK
RGB Variations
Color information
#06CCD8 (or 0x06CCD8) is known color: Dark Turquoise. HEX triplet: 06, CC and D8. RGB value is (6,204,216). Sum of RGB (Red+Green+Blue) = 6+204+216=426 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.41% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 216 (84.77% from 255 or 50.70% from 426); Max value from RGB is 216 - color contains mainly: blue. Hex color #06CCD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06CCD8 is #F93327. Grayscale: #919191. Windows color (decimal): -16331560 or 14208006. OLE color: 14208006.
HSL color Cylindrical-coordinate representation of color #06CCD8: hue angle of 183.43º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CCD8 is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 204 | 216 | - |
| CMYK | 0.97 | 0.06 | 0 | 0.15 |
| HSL | 183.43º | 0.95% | 0.44% | - |
| HSV(B) | 183.43º | 0.97% | 0.85% | - |
| XYZ | 34.06 | 48.18 | 72.47 | - |
| YUV | 146.17 | 167.4 | 28.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 204 | 216 | 0.97 | 0.06 | 0 | 0.15 | 183.43 | 0.95 | 0.44 |
| Hex | 6 | CC | D8 | 61 | 6 | 0 | F | B7 | 5F | 2C |
| Octal | 6 | 314 | 330 | 141 | 6 | 0 | 17 | 267 | 137 | 54 |
| Binary | 110 | 11001100 | 11011000 | 1100001 | 110 | 0 | 1111 | 10110111 | 1011111 | 101100 |
Color Harmonies of #06CCD8
Complementary color
Monochromatic Colors of #06CCD8
Black with #06CCD8
Text Example
Text Example
White with #06CCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CCD8; }
p { color: rgb(6,204,216); }
H1.HeaderClassName
{
color: #06CCD8;
}
.AnyTagClassName
{
color: #06CCD8;
}
</style>
background-color css
<style>
a { background-color: #06CCD8; }
a { background-color: rgb(6,204,216); }
div.DivClassName
{
background-color: #06CCD8;
}
.BgClassName
{
background-color: #06CCD8;
}
</style>
border-color css
<style>
span { border-color: #06CCD8; }
span { border-color: rgb(6,204,216); }
td.TdClassName
{
border-color: #06CCD8;
}
.TagClassName
{
border-color: #06CCD8;
}
</style>