Shades of Dark Turquoise #06CCD3
Tints of Dark Turquoise #06CCD3
RGB
CMYK
RGB Variations
Color information
#06CCD3 (or 0x06CCD3) is known color: Dark Turquoise. HEX triplet: 06, CC and D3. RGB value is (6,204,211). Sum of RGB (Red+Green+Blue) = 6+204+211=421 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.43% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 211 (82.81% from 255 or 50.12% from 421); Max value from RGB is 211 - color contains mainly: blue. Hex color #06CCD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06CCD3 is #F9332C. Grayscale: #919191. Windows color (decimal): -16331565 or 13880326. OLE color: 13880326.
HSL color Cylindrical-coordinate representation of color #06CCD3: hue angle of 182.05º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CCD3 is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 6 | 204 | 211 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.17 |
| HSL | 182.05º | 0.94% | 0.43% | - |
| HSV(B) | 182.05º | 0.97% | 0.83% | - |
| XYZ | 33.43 | 47.93 | 69.12 | - |
| YUV | 145.6 | 164.9 | 28.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 204 | 211 | 0.97 | 0.03 | 0 | 0.17 | 182.05 | 0.94 | 0.43 |
| Hex | 6 | CC | D3 | 61 | 3 | 0 | 11 | B6 | 5E | 2B |
| Octal | 6 | 314 | 323 | 141 | 3 | 0 | 21 | 266 | 136 | 53 |
| Binary | 110 | 11001100 | 11010011 | 1100001 | 11 | 0 | 10001 | 10110110 | 1011110 | 101011 |
Color Harmonies of #06CCD3
Complementary color
Monochromatic Colors of #06CCD3
Black with #06CCD3
Text Example
Text Example
White with #06CCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CCD3; }
p { color: rgb(6,204,211); }
H1.HeaderClassName
{
color: #06CCD3;
}
.AnyTagClassName
{
color: #06CCD3;
}
</style>
background-color css
<style>
a { background-color: #06CCD3; }
a { background-color: rgb(6,204,211); }
div.DivClassName
{
background-color: #06CCD3;
}
.BgClassName
{
background-color: #06CCD3;
}
</style>
border-color css
<style>
span { border-color: #06CCD3; }
span { border-color: rgb(6,204,211); }
td.TdClassName
{
border-color: #06CCD3;
}
.TagClassName
{
border-color: #06CCD3;
}
</style>