Shades of Bright Turquoise #05E6CC
Tints of Bright Turquoise #05E6CC
RGB
CMYK
RGB Variations
Color information
#05E6CC (or 0x05E6CC) is known color: Bright Turquoise. HEX triplet: 05, E6 and CC. RGB value is (5,230,204). Sum of RGB (Red+Green+Blue) = 5+230+204=439 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.14% from 439); Green value is 230 (90.23% from 255 or 52.39% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 230 - color contains mainly: green. Hex color #05E6CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05E6CC is #FA1933. Grayscale: #9F9F9F. Windows color (decimal): -16390452 or 13428229. OLE color: 13428229.
HSL color Cylindrical-coordinate representation of color #05E6CC: hue angle of 173.07º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E6CC is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 230 | 204 | - |
| CMYK | 0.98 | 0 | 0.11 | 0.10 |
| HSL | 173.07º | 0.96% | 0.46% | - |
| HSV(B) | 173.07º | 0.98% | 0.9% | - |
| XYZ | 39.26 | 60.99 | 66.83 | - |
| YUV | 159.76 | 152.96 | 17.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 230 | 204 | 0.98 | 0 | 0.11 | 0.10 | 173.07 | 0.96 | 0.46 |
| Hex | 5 | E6 | CC | 62 | 0 | B | A | AD | 60 | 2E |
| Octal | 5 | 346 | 314 | 142 | 0 | 13 | 12 | 255 | 140 | 56 |
| Binary | 101 | 11100110 | 11001100 | 1100010 | 0 | 1011 | 1010 | 10101101 | 1100000 | 101110 |
Color Harmonies of #05E6CC
Complementary color
Monochromatic Colors of #05E6CC
Black with #05E6CC
Text Example
Text Example
White with #05E6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E6CC; }
p { color: rgb(5,230,204); }
H1.HeaderClassName
{
color: #05E6CC;
}
.AnyTagClassName
{
color: #05E6CC;
}
</style>
background-color css
<style>
a { background-color: #05E6CC; }
a { background-color: rgb(5,230,204); }
div.DivClassName
{
background-color: #05E6CC;
}
.BgClassName
{
background-color: #05E6CC;
}
</style>
border-color css
<style>
span { border-color: #05E6CC; }
span { border-color: rgb(5,230,204); }
td.TdClassName
{
border-color: #05E6CC;
}
.TagClassName
{
border-color: #05E6CC;
}
</style>