Shades of Bright Turquoise #06ECE8
Tints of Bright Turquoise #06ECE8
RGB
CMYK
RGB Variations
Color information
#06ECE8 (or 0x06ECE8) is known color: Bright Turquoise. HEX triplet: 06, EC and E8. RGB value is (6,236,232). Sum of RGB (Red+Green+Blue) = 6+236+232=474 (62% of max value = 765). Red value is 6 (2.73% from 255 or 1.27% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 232 (91.02% from 255 or 48.95% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #06ECE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06ECE8 is #F91317. Grayscale: #A6A6A6. Windows color (decimal): -16323352 or 15264774. OLE color: 15264774.
HSL color Cylindrical-coordinate representation of color #06ECE8: hue angle of 178.96º 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 #06ECE8 is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 6 | 236 | 232 | - |
CMYK | 0.97 | 0 | 0.02 | 0.07 |
HSL | 178.96º | 0.95% | 0.47% | - |
HSV(B) | 178.96º | 0.97% | 0.93% | - |
XYZ | 44.64 | 65.86 | 86.7 | - |
YUV | 166.77 | 164.8 | 13.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 236 | 232 | 0.97 | 0 | 0.02 | 0.07 | 178.96 | 0.95 | 0.47 |
Hex | 6 | EC | E8 | 61 | 0 | 2 | 7 | B3 | 5F | 2F |
Octal | 6 | 354 | 350 | 141 | 0 | 2 | 7 | 263 | 137 | 57 |
Binary | 110 | 11101100 | 11101000 | 1100001 | 0 | 10 | 111 | 10110011 | 1011111 | 101111 |
Color Harmonies of #06ECE8
Complementary color
Monochromatic Colors of #06ECE8
Black with #06ECE8
Text Example
Text Example
White with #06ECE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ECE8; }
p { color: rgb(6,236,232); }
H1.HeaderClassName
{
color: #06ECE8;
}
.AnyTagClassName
{
color: #06ECE8;
}
</style>
background-color css
<style>
a { background-color: #06ECE8; }
a { background-color: rgb(6,236,232); }
div.DivClassName
{
background-color: #06ECE8;
}
.BgClassName
{
background-color: #06ECE8;
}
</style>
border-color css
<style>
span { border-color: #06ECE8; }
span { border-color: rgb(6,236,232); }
td.TdClassName
{
border-color: #06ECE8;
}
.TagClassName
{
border-color: #06ECE8;
}
</style>