Shades of Bright Turquoise #05ECCF
Tints of Bright Turquoise #05ECCF
RGB
CMYK
RGB Variations
Color information
#05ECCF (or 0x05ECCF) is known color: Bright Turquoise. HEX triplet: 05, EC and CF. RGB value is (5,236,207). Sum of RGB (Red+Green+Blue) = 5+236+207=448 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.12% from 448); Green value is 236 (92.58% from 255 or 52.68% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 236 - color contains mainly: green. Hex color #05ECCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05ECCF is #FA1330. Grayscale: #A3A3A3. Windows color (decimal): -16388913 or 13626373. OLE color: 13626373.
HSL color Cylindrical-coordinate representation of color #05ECCF: hue angle of 172.47º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05ECCF is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 236 | 207 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.07 |
| HSL | 172.47º | 0.96% | 0.47% | - |
| HSV(B) | 172.47º | 0.98% | 0.93% | - |
| XYZ | 41.32 | 64.53 | 69.31 | - |
| YUV | 163.63 | 152.47 | 14.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 236 | 207 | 0.98 | 0 | 0.12 | 0.07 | 172.47 | 0.96 | 0.47 |
| Hex | 5 | EC | CF | 62 | 0 | C | 7 | AC | 60 | 2F |
| Octal | 5 | 354 | 317 | 142 | 0 | 14 | 7 | 254 | 140 | 57 |
| Binary | 101 | 11101100 | 11001111 | 1100010 | 0 | 1100 | 111 | 10101100 | 1100000 | 101111 |
Color Harmonies of #05ECCF
Complementary color
Monochromatic Colors of #05ECCF
Black with #05ECCF
Text Example
Text Example
White with #05ECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ECCF; }
p { color: rgb(5,236,207); }
H1.HeaderClassName
{
color: #05ECCF;
}
.AnyTagClassName
{
color: #05ECCF;
}
</style>
background-color css
<style>
a { background-color: #05ECCF; }
a { background-color: rgb(5,236,207); }
div.DivClassName
{
background-color: #05ECCF;
}
.BgClassName
{
background-color: #05ECCF;
}
</style>
border-color css
<style>
span { border-color: #05ECCF; }
span { border-color: rgb(5,236,207); }
td.TdClassName
{
border-color: #05ECCF;
}
.TagClassName
{
border-color: #05ECCF;
}
</style>