Shades of Bright Turquoise #05EAEA
Tints of Bright Turquoise #05EAEA
RGB
CMYK
RGB Variations
Color information
#05EAEA (or 0x05EAEA) is known color: Bright Turquoise. HEX triplet: 05, EA and EA. RGB value is (5,234,234). Sum of RGB (Red+Green+Blue) = 5+234+234=473 (62% of max value = 765). Red value is 5 (2.34% from 255 or 1.06% from 473); Green value is 234 (91.80% from 255 or 49.47% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #05EAEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05EAEA is #FA1515. Grayscale: #A5A5A5. Windows color (decimal): -16389398 or 15395333. OLE color: 15395333.
HSL color Cylindrical-coordinate representation of color #05EAEA: hue angle of 180º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EAEA is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 234 | 234 | - |
| CMYK | 0.98 | 0 | 0 | 0.08 |
| HSL | 180º | 0.96% | 0.47% | - |
| HSV(B) | 180º | 0.98% | 0.92% | - |
| XYZ | 44.34 | 64.82 | 88.02 | - |
| YUV | 165.53 | 166.63 | 13.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 234 | 234 | 0.98 | 0 | 0 | 0.08 | 180 | 0.96 | 0.47 |
| Hex | 5 | EA | EA | 62 | 0 | 0 | 8 | B4 | 60 | 2F |
| Octal | 5 | 352 | 352 | 142 | 0 | 0 | 10 | 264 | 140 | 57 |
| Binary | 101 | 11101010 | 11101010 | 1100010 | 0 | 0 | 1000 | 10110100 | 1100000 | 101111 |
Color Harmonies of #05EAEA
Complementary color
Monochromatic Colors of #05EAEA
Black with #05EAEA
Text Example
Text Example
White with #05EAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EAEA; }
p { color: rgb(5,234,234); }
H1.HeaderClassName
{
color: #05EAEA;
}
.AnyTagClassName
{
color: #05EAEA;
}
</style>
background-color css
<style>
a { background-color: #05EAEA; }
a { background-color: rgb(5,234,234); }
div.DivClassName
{
background-color: #05EAEA;
}
.BgClassName
{
background-color: #05EAEA;
}
</style>
border-color css
<style>
span { border-color: #05EAEA; }
span { border-color: rgb(5,234,234); }
td.TdClassName
{
border-color: #05EAEA;
}
.TagClassName
{
border-color: #05EAEA;
}
</style>