Shades of Bright Turquoise #06DDF2
Tints of Bright Turquoise #06DDF2
RGB
CMYK
RGB Variations
Color information
#06DDF2 (or 0x06DDF2) is known color: Bright Turquoise. HEX triplet: 06, DD and F2. RGB value is (6,221,242). Sum of RGB (Red+Green+Blue) = 6+221+242=469 (62% of max value = 765). Red value is 6 (2.73% from 255 or 1.28% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #06DDF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06DDF2 is #F9220D. Grayscale: #9E9E9E. Windows color (decimal): -16327182 or 15916294. OLE color: 15916294.
HSL color Cylindrical-coordinate representation of color #06DDF2: hue angle of 185.34º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06DDF2 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 221 | 242 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.05 |
| HSL | 185.34º | 0.95% | 0.49% | - |
| HSV(B) | 185.34º | 0.98% | 0.95% | - |
| XYZ | 41.96 | 58.16 | 93.02 | - |
| YUV | 159.11 | 174.77 | 18.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 221 | 242 | 0.98 | 0.09 | 0 | 0.05 | 185.34 | 0.95 | 0.49 |
| Hex | 6 | DD | F2 | 62 | 9 | 0 | 5 | B9 | 5F | 31 |
| Octal | 6 | 335 | 362 | 142 | 11 | 0 | 5 | 271 | 137 | 61 |
| Binary | 110 | 11011101 | 11110010 | 1100010 | 1001 | 0 | 101 | 10111001 | 1011111 | 110001 |
Color Harmonies of #06DDF2
Complementary color
Monochromatic Colors of #06DDF2
Black with #06DDF2
Text Example
Text Example
White with #06DDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DDF2; }
p { color: rgb(6,221,242); }
H1.HeaderClassName
{
color: #06DDF2;
}
.AnyTagClassName
{
color: #06DDF2;
}
</style>
background-color css
<style>
a { background-color: #06DDF2; }
a { background-color: rgb(6,221,242); }
div.DivClassName
{
background-color: #06DDF2;
}
.BgClassName
{
background-color: #06DDF2;
}
</style>
border-color css
<style>
span { border-color: #06DDF2; }
span { border-color: rgb(6,221,242); }
td.TdClassName
{
border-color: #06DDF2;
}
.TagClassName
{
border-color: #06DDF2;
}
</style>