Shades of Bright Turquoise #06E5C3
Tints of Bright Turquoise #06E5C3
RGB
CMYK
RGB Variations
Color information
#06E5C3 (or 0x06E5C3) is known color: Bright Turquoise. HEX triplet: 06, E5 and C3. RGB value is (6,229,195). Sum of RGB (Red+Green+Blue) = 6+229+195=430 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.40% from 430); Green value is 229 (89.84% from 255 or 53.26% from 430); Blue value is 195 (76.56% from 255 or 45.35% from 430); Max value from RGB is 229 - color contains mainly: green. Hex color #06E5C3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06E5C3 is #F91A3C. Grayscale: #9E9E9E. Windows color (decimal): -16325181 or 12838150. OLE color: 12838150.
HSL color Cylindrical-coordinate representation of color #06E5C3: hue angle of 170.85º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E5C3 is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 6 | 229 | 195 | - |
| CMYK | 0.97 | 0 | 0.15 | 0.10 |
| HSL | 170.85º | 0.95% | 0.46% | - |
| HSV(B) | 170.85º | 0.97% | 0.9% | - |
| XYZ | 37.94 | 60.02 | 61.21 | - |
| YUV | 158.45 | 148.62 | 19.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 229 | 195 | 0.97 | 0 | 0.15 | 0.10 | 170.85 | 0.95 | 0.46 |
| Hex | 6 | E5 | C3 | 61 | 0 | F | A | AB | 5F | 2E |
| Octal | 6 | 345 | 303 | 141 | 0 | 17 | 12 | 253 | 137 | 56 |
| Binary | 110 | 11100101 | 11000011 | 1100001 | 0 | 1111 | 1010 | 10101011 | 1011111 | 101110 |
Color Harmonies of #06E5C3
Complementary color
Monochromatic Colors of #06E5C3
Black with #06E5C3
Text Example
Text Example
White with #06E5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E5C3; }
p { color: rgb(6,229,195); }
H1.HeaderClassName
{
color: #06E5C3;
}
.AnyTagClassName
{
color: #06E5C3;
}
</style>
background-color css
<style>
a { background-color: #06E5C3; }
a { background-color: rgb(6,229,195); }
div.DivClassName
{
background-color: #06E5C3;
}
.BgClassName
{
background-color: #06E5C3;
}
</style>
border-color css
<style>
span { border-color: #06E5C3; }
span { border-color: rgb(6,229,195); }
td.TdClassName
{
border-color: #06E5C3;
}
.TagClassName
{
border-color: #06E5C3;
}
</style>