Shades of Dark Turquoise #06C1E1
Tints of Dark Turquoise #06C1E1
RGB
CMYK
RGB Variations
Color information
#06C1E1 (or 0x06C1E1) is known color: Dark Turquoise. HEX triplet: 06, C1 and E1. RGB value is (6,193,225). Sum of RGB (Red+Green+Blue) = 6+193+225=424 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.42% from 424); Green value is 193 (75.78% from 255 or 45.52% from 424); Blue value is 225 (88.28% from 255 or 53.07% from 424); Max value from RGB is 225 - color contains mainly: blue. Hex color #06C1E1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06C1E1 is #F93E1E. Grayscale: #8C8C8C. Windows color (decimal): -16334367 or 14795014. OLE color: 14795014.
HSL color Cylindrical-coordinate representation of color #06C1E1: hue angle of 188.77º 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 #06C1E1 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 193 | 225 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.12 |
| HSL | 188.77º | 0.95% | 0.45% | - |
| HSV(B) | 188.77º | 0.97% | 0.88% | - |
| XYZ | 32.74 | 43.61 | 77.93 | - |
| YUV | 140.74 | 175.55 | 31.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 193 | 225 | 0.97 | 0.14 | 0 | 0.12 | 188.77 | 0.95 | 0.45 |
| Hex | 6 | C1 | E1 | 61 | E | 0 | C | BD | 5F | 2D |
| Octal | 6 | 301 | 341 | 141 | 16 | 0 | 14 | 275 | 137 | 55 |
| Binary | 110 | 11000001 | 11100001 | 1100001 | 1110 | 0 | 1100 | 10111101 | 1011111 | 101101 |
Color Harmonies of #06C1E1
Complementary color
Monochromatic Colors of #06C1E1
Black with #06C1E1
Text Example
Text Example
White with #06C1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C1E1; }
p { color: rgb(6,193,225); }
H1.HeaderClassName
{
color: #06C1E1;
}
.AnyTagClassName
{
color: #06C1E1;
}
</style>
background-color css
<style>
a { background-color: #06C1E1; }
a { background-color: rgb(6,193,225); }
div.DivClassName
{
background-color: #06C1E1;
}
.BgClassName
{
background-color: #06C1E1;
}
</style>
border-color css
<style>
span { border-color: #06C1E1; }
span { border-color: rgb(6,193,225); }
td.TdClassName
{
border-color: #06C1E1;
}
.TagClassName
{
border-color: #06C1E1;
}
</style>