Shades of Bright Turquoise #05EECB
Tints of Bright Turquoise #05EECB
RGB
CMYK
RGB Variations
Color information
#05EECB (or 0x05EECB) is known color: Bright Turquoise. HEX triplet: 05, EE and CB. RGB value is (5,238,203). Sum of RGB (Red+Green+Blue) = 5+238+203=446 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.12% from 446); Green value is 238 (93.36% from 255 or 53.36% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 238 - color contains mainly: green. Hex color #05EECB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05EECB is #FA1134. Grayscale: #A4A4A4. Windows color (decimal): -16388405 or 13364741. OLE color: 13364741.
HSL color Cylindrical-coordinate representation of color #05EECB: hue angle of 170.99º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EECB is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 238 | 203 | - |
| CMYK | 0.98 | 0 | 0.15 | 0.07 |
| HSL | 170.99º | 0.96% | 0.48% | - |
| HSV(B) | 170.99º | 0.98% | 0.93% | - |
| XYZ | 41.42 | 65.49 | 66.96 | - |
| YUV | 164.34 | 149.81 | 14.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 238 | 203 | 0.98 | 0 | 0.15 | 0.07 | 170.99 | 0.96 | 0.48 |
| Hex | 5 | EE | CB | 62 | 0 | F | 7 | AB | 60 | 30 |
| Octal | 5 | 356 | 313 | 142 | 0 | 17 | 7 | 253 | 140 | 60 |
| Binary | 101 | 11101110 | 11001011 | 1100010 | 0 | 1111 | 111 | 10101011 | 1100000 | 110000 |
Color Harmonies of #05EECB
Complementary color
Monochromatic Colors of #05EECB
Black with #05EECB
Text Example
Text Example
White with #05EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EECB; }
p { color: rgb(5,238,203); }
H1.HeaderClassName
{
color: #05EECB;
}
.AnyTagClassName
{
color: #05EECB;
}
</style>
background-color css
<style>
a { background-color: #05EECB; }
a { background-color: rgb(5,238,203); }
div.DivClassName
{
background-color: #05EECB;
}
.BgClassName
{
background-color: #05EECB;
}
</style>
border-color css
<style>
span { border-color: #05EECB; }
span { border-color: rgb(5,238,203); }
td.TdClassName
{
border-color: #05EECB;
}
.TagClassName
{
border-color: #05EECB;
}
</style>