Shades of Bright Turquoise #05ECE3
Tints of Bright Turquoise #05ECE3
RGB
CMYK
RGB Variations
Color information
#05ECE3 (or 0x05ECE3) is known color: Bright Turquoise. HEX triplet: 05, EC and E3. RGB value is (5,236,227). Sum of RGB (Red+Green+Blue) = 5+236+227=468 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.07% from 468); Green value is 236 (92.58% from 255 or 50.43% from 468); Blue value is 227 (89.06% from 255 or 48.50% from 468); Max value from RGB is 236 - color contains mainly: green. Hex color #05ECE3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05ECE3 is #FA131C. Grayscale: #A5A5A5. Windows color (decimal): -16388893 or 14937093. OLE color: 14937093.
HSL color Cylindrical-coordinate representation of color #05ECE3: hue angle of 177.66º 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 #05ECE3 is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 236 | 227 | - |
| CMYK | 0.98 | 0 | 0.04 | 0.07 |
| HSL | 177.66º | 0.96% | 0.47% | - |
| HSV(B) | 177.66º | 0.98% | 0.93% | - |
| XYZ | 43.92 | 65.57 | 83.01 | - |
| YUV | 165.91 | 162.47 | 13.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 236 | 227 | 0.98 | 0 | 0.04 | 0.07 | 177.66 | 0.96 | 0.47 |
| Hex | 5 | EC | E3 | 62 | 0 | 4 | 7 | B2 | 60 | 2F |
| Octal | 5 | 354 | 343 | 142 | 0 | 4 | 7 | 262 | 140 | 57 |
| Binary | 101 | 11101100 | 11100011 | 1100010 | 0 | 100 | 111 | 10110010 | 1100000 | 101111 |
Color Harmonies of #05ECE3
Complementary color
Monochromatic Colors of #05ECE3
Black with #05ECE3
Text Example
Text Example
White with #05ECE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ECE3; }
p { color: rgb(5,236,227); }
H1.HeaderClassName
{
color: #05ECE3;
}
.AnyTagClassName
{
color: #05ECE3;
}
</style>
background-color css
<style>
a { background-color: #05ECE3; }
a { background-color: rgb(5,236,227); }
div.DivClassName
{
background-color: #05ECE3;
}
.BgClassName
{
background-color: #05ECE3;
}
</style>
border-color css
<style>
span { border-color: #05ECE3; }
span { border-color: rgb(5,236,227); }
td.TdClassName
{
border-color: #05ECE3;
}
.TagClassName
{
border-color: #05ECE3;
}
</style>