Shades of Bright Turquoise #06D9E0
Tints of Bright Turquoise #06D9E0
RGB
CMYK
RGB Variations
Color information
#06D9E0 (or 0x06D9E0) is known color: Bright Turquoise. HEX triplet: 06, D9 and E0. RGB value is (6,217,224). Sum of RGB (Red+Green+Blue) = 6+217+224=447 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.34% from 447); Green value is 217 (85.16% from 255 or 48.55% from 447); Blue value is 224 (87.89% from 255 or 50.11% from 447); Max value from RGB is 224 - color contains mainly: blue. Hex color #06D9E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06D9E0 is #F9261F. Grayscale: #9A9A9A. Windows color (decimal): -16328224 or 14735622. OLE color: 14735622.
HSL color Cylindrical-coordinate representation of color #06D9E0: hue angle of 181.93º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D9E0 is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 217 | 224 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.12 |
| HSL | 181.93º | 0.95% | 0.45% | - |
| HSV(B) | 181.93º | 0.97% | 0.88% | - |
| XYZ | 38.34 | 55.05 | 79.13 | - |
| YUV | 154.71 | 167.1 | 21.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 217 | 224 | 0.97 | 0.03 | 0 | 0.12 | 181.93 | 0.95 | 0.45 |
| Hex | 6 | D9 | E0 | 61 | 3 | 0 | C | B6 | 5F | 2D |
| Octal | 6 | 331 | 340 | 141 | 3 | 0 | 14 | 266 | 137 | 55 |
| Binary | 110 | 11011001 | 11100000 | 1100001 | 11 | 0 | 1100 | 10110110 | 1011111 | 101101 |
Color Harmonies of #06D9E0
Complementary color
Monochromatic Colors of #06D9E0
Black with #06D9E0
Text Example
Text Example
White with #06D9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D9E0; }
p { color: rgb(6,217,224); }
H1.HeaderClassName
{
color: #06D9E0;
}
.AnyTagClassName
{
color: #06D9E0;
}
</style>
background-color css
<style>
a { background-color: #06D9E0; }
a { background-color: rgb(6,217,224); }
div.DivClassName
{
background-color: #06D9E0;
}
.BgClassName
{
background-color: #06D9E0;
}
</style>
border-color css
<style>
span { border-color: #06D9E0; }
span { border-color: rgb(6,217,224); }
td.TdClassName
{
border-color: #06D9E0;
}
.TagClassName
{
border-color: #06D9E0;
}
</style>