Shades of Bright Turquoise #06DBDF
Tints of Bright Turquoise #06DBDF
RGB
CMYK
RGB Variations
Color information
#06DBDF (or 0x06DBDF) is known color: Bright Turquoise. HEX triplet: 06, DB and DF. RGB value is (6,219,223). Sum of RGB (Red+Green+Blue) = 6+219+223=448 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.34% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #06DBDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DBDF is #F92420. Grayscale: #9B9B9B. Windows color (decimal): -16327713 or 14670598. OLE color: 14670598.
HSL color Cylindrical-coordinate representation of color #06DBDF: hue angle of 181.11º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DBDF is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 219 | 223 | - |
| CMYK | 0.97 | 0.02 | 0 | 0.13 |
| HSL | 181.11º | 0.95% | 0.45% | - |
| HSV(B) | 181.11º | 0.97% | 0.87% | - |
| XYZ | 38.73 | 56.03 | 78.59 | - |
| YUV | 155.77 | 165.93 | 21.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 219 | 223 | 0.97 | 0.02 | 0 | 0.13 | 181.11 | 0.95 | 0.45 |
| Hex | 6 | DB | DF | 61 | 2 | 0 | D | B5 | 5F | 2D |
| Octal | 6 | 333 | 337 | 141 | 2 | 0 | 15 | 265 | 137 | 55 |
| Binary | 110 | 11011011 | 11011111 | 1100001 | 10 | 0 | 1101 | 10110101 | 1011111 | 101101 |
Color Harmonies of #06DBDF
Complementary color
Monochromatic Colors of #06DBDF
Black with #06DBDF
Text Example
Text Example
White with #06DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DBDF; }
p { color: rgb(6,219,223); }
H1.HeaderClassName
{
color: #06DBDF;
}
.AnyTagClassName
{
color: #06DBDF;
}
</style>
background-color css
<style>
a { background-color: #06DBDF; }
a { background-color: rgb(6,219,223); }
div.DivClassName
{
background-color: #06DBDF;
}
.BgClassName
{
background-color: #06DBDF;
}
</style>
border-color css
<style>
span { border-color: #06DBDF; }
span { border-color: rgb(6,219,223); }
td.TdClassName
{
border-color: #06DBDF;
}
.TagClassName
{
border-color: #06DBDF;
}
</style>