Shades of Bright Turquoise #05EEE4
Tints of Bright Turquoise #05EEE4
RGB
CMYK
RGB Variations
Color information
#05EEE4 (or 0x05EEE4) is known color: Bright Turquoise. HEX triplet: 05, EE and E4. RGB value is (5,238,228). Sum of RGB (Red+Green+Blue) = 5+238+228=471 (62% of max value = 765). Red value is 5 (2.34% from 255 or 1.06% from 471); Green value is 238 (93.36% from 255 or 50.53% from 471); Blue value is 228 (89.45% from 255 or 48.41% from 471); Max value from RGB is 238 - color contains mainly: green. Hex color #05EEE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05EEE4 is #FA111B. Grayscale: #A7A7A7. Windows color (decimal): -16388380 or 15003141. OLE color: 15003141.
HSL color Cylindrical-coordinate representation of color #05EEE4: hue angle of 177.42º 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 #05EEE4 is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 238 | 228 | - |
| CMYK | 0.98 | 0 | 0.04 | 0.07 |
| HSL | 177.42º | 0.96% | 0.48% | - |
| HSV(B) | 177.42º | 0.98% | 0.93% | - |
| XYZ | 44.64 | 66.78 | 83.94 | - |
| YUV | 167.19 | 162.31 | 12.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 238 | 228 | 0.98 | 0 | 0.04 | 0.07 | 177.42 | 0.96 | 0.48 |
| Hex | 5 | EE | E4 | 62 | 0 | 4 | 7 | B1 | 60 | 30 |
| Octal | 5 | 356 | 344 | 142 | 0 | 4 | 7 | 261 | 140 | 60 |
| Binary | 101 | 11101110 | 11100100 | 1100010 | 0 | 100 | 111 | 10110001 | 1100000 | 110000 |
Color Harmonies of #05EEE4
Complementary color
Monochromatic Colors of #05EEE4
Black with #05EEE4
Text Example
Text Example
White with #05EEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EEE4; }
p { color: rgb(5,238,228); }
H1.HeaderClassName
{
color: #05EEE4;
}
.AnyTagClassName
{
color: #05EEE4;
}
</style>
background-color css
<style>
a { background-color: #05EEE4; }
a { background-color: rgb(5,238,228); }
div.DivClassName
{
background-color: #05EEE4;
}
.BgClassName
{
background-color: #05EEE4;
}
</style>
border-color css
<style>
span { border-color: #05EEE4; }
span { border-color: rgb(5,238,228); }
td.TdClassName
{
border-color: #05EEE4;
}
.TagClassName
{
border-color: #05EEE4;
}
</style>