Shades of Bright Turquoise #06D3EC
Tints of Bright Turquoise #06D3EC
RGB
CMYK
RGB Variations
Color information
#06D3EC (or 0x06D3EC) is known color: Bright Turquoise. HEX triplet: 06, D3 and EC. RGB value is (6,211,236). Sum of RGB (Red+Green+Blue) = 6+211+236=453 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.32% from 453); Green value is 211 (82.81% from 255 or 46.58% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #06D3EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06D3EC is #F92C13. Grayscale: #989898. Windows color (decimal): -16329748 or 15520518. OLE color: 15520518.
HSL color Cylindrical-coordinate representation of color #06D3EC: hue angle of 186.52º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D3EC is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 211 | 236 | - |
| CMYK | 0.97 | 0.11 | 0 | 0.07 |
| HSL | 186.52º | 0.95% | 0.47% | - |
| HSV(B) | 186.52º | 0.97% | 0.93% | - |
| XYZ | 38.51 | 52.68 | 87.5 | - |
| YUV | 152.56 | 175.08 | 23.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 211 | 236 | 0.97 | 0.11 | 0 | 0.07 | 186.52 | 0.95 | 0.47 |
| Hex | 6 | D3 | EC | 61 | B | 0 | 7 | BB | 5F | 2F |
| Octal | 6 | 323 | 354 | 141 | 13 | 0 | 7 | 273 | 137 | 57 |
| Binary | 110 | 11010011 | 11101100 | 1100001 | 1011 | 0 | 111 | 10111011 | 1011111 | 101111 |
Color Harmonies of #06D3EC
Complementary color
Monochromatic Colors of #06D3EC
Black with #06D3EC
Text Example
Text Example
White with #06D3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D3EC; }
p { color: rgb(6,211,236); }
H1.HeaderClassName
{
color: #06D3EC;
}
.AnyTagClassName
{
color: #06D3EC;
}
</style>
background-color css
<style>
a { background-color: #06D3EC; }
a { background-color: rgb(6,211,236); }
div.DivClassName
{
background-color: #06D3EC;
}
.BgClassName
{
background-color: #06D3EC;
}
</style>
border-color css
<style>
span { border-color: #06D3EC; }
span { border-color: rgb(6,211,236); }
td.TdClassName
{
border-color: #06D3EC;
}
.TagClassName
{
border-color: #06D3EC;
}
</style>