Shades of Bright Turquoise #06DBDA
Tints of Bright Turquoise #06DBDA
RGB
CMYK
RGB Variations
Color information
#06DBDA (or 0x06DBDA) is known color: Bright Turquoise. HEX triplet: 06, DB and DA. RGB value is (6,219,218). Sum of RGB (Red+Green+Blue) = 6+219+218=443 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.35% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #06DBDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DBDA is #F92425. Grayscale: #9A9A9A. Windows color (decimal): -16327718 or 14342918. OLE color: 14342918.
HSL color Cylindrical-coordinate representation of color #06DBDA: 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 #06DBDA is Cyan = 0.97, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 219 | 218 | - |
| 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.06 | 55.76 | 75.09 | - |
| YUV | 155.2 | 163.43 | 21.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 219 | 218 | 0.97 | 0 | 0.00 | 0.14 | 179.72 | 0.95 | 0.44 |
| Hex | 6 | DB | DA | 61 | 0 | 0 | E | B4 | 5F | 2C |
| Octal | 6 | 333 | 332 | 141 | 0 | 0 | 16 | 264 | 137 | 54 |
| Binary | 110 | 11011011 | 11011010 | 1100001 | 0 | 0 | 1110 | 10110100 | 1011111 | 101100 |
Color Harmonies of #06DBDA
Complementary color
Monochromatic Colors of #06DBDA
Black with #06DBDA
Text Example
Text Example
White with #06DBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DBDA; }
p { color: rgb(6,219,218); }
H1.HeaderClassName
{
color: #06DBDA;
}
.AnyTagClassName
{
color: #06DBDA;
}
</style>
background-color css
<style>
a { background-color: #06DBDA; }
a { background-color: rgb(6,219,218); }
div.DivClassName
{
background-color: #06DBDA;
}
.BgClassName
{
background-color: #06DBDA;
}
</style>
border-color css
<style>
span { border-color: #06DBDA; }
span { border-color: rgb(6,219,218); }
td.TdClassName
{
border-color: #06DBDA;
}
.TagClassName
{
border-color: #06DBDA;
}
</style>