Shades of Bright Turquoise #06DCDB
Tints of Bright Turquoise #06DCDB
RGB
CMYK
RGB Variations
Color information
#06DCDB (or 0x06DCDB) is known color: Bright Turquoise. HEX triplet: 06, DC and DB. RGB value is (6,220,219). Sum of RGB (Red+Green+Blue) = 6+220+219=445 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.35% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #06DCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DCDB is #F92324. Grayscale: #9B9B9B. Windows color (decimal): -16327461 or 14408710. OLE color: 14408710.
HSL color Cylindrical-coordinate representation of color #06DCDB: hue angle of 179.72º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DCDB is Cyan = 0.97, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 220 | 219 | - |
| CMYK | 0.97 | 0 | 0.00 | 0.14 |
| HSL | 179.72º | 0.95% | 0.44% | - |
| HSV(B) | 179.72º | 0.97% | 0.86% | - |
| XYZ | 38.45 | 56.34 | 75.87 | - |
| YUV | 155.9 | 163.6 | 21.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 220 | 219 | 0.97 | 0 | 0.00 | 0.14 | 179.72 | 0.95 | 0.44 |
| Hex | 6 | DC | DB | 61 | 0 | 0 | E | B4 | 5F | 2C |
| Octal | 6 | 334 | 333 | 141 | 0 | 0 | 16 | 264 | 137 | 54 |
| Binary | 110 | 11011100 | 11011011 | 1100001 | 0 | 0 | 1110 | 10110100 | 1011111 | 101100 |
Color Harmonies of #06DCDB
Complementary color
Monochromatic Colors of #06DCDB
Black with #06DCDB
Text Example
Text Example
White with #06DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DCDB; }
p { color: rgb(6,220,219); }
H1.HeaderClassName
{
color: #06DCDB;
}
.AnyTagClassName
{
color: #06DCDB;
}
</style>
background-color css
<style>
a { background-color: #06DCDB; }
a { background-color: rgb(6,220,219); }
div.DivClassName
{
background-color: #06DCDB;
}
.BgClassName
{
background-color: #06DCDB;
}
</style>
border-color css
<style>
span { border-color: #06DCDB; }
span { border-color: rgb(6,220,219); }
td.TdClassName
{
border-color: #06DCDB;
}
.TagClassName
{
border-color: #06DCDB;
}
</style>