Shades of Bright Turquoise #05E0E6
Tints of Bright Turquoise #05E0E6
RGB
CMYK
RGB Variations
Color information
#05E0E6 (or 0x05E0E6) is known color: Bright Turquoise. HEX triplet: 05, E0 and E6. RGB value is (5,224,230). Sum of RGB (Red+Green+Blue) = 5+224+230=459 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.09% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 230 (90.23% from 255 or 50.11% from 459); Max value from RGB is 230 - color contains mainly: blue. Hex color #05E0E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05E0E6 is #FA1F19. Grayscale: #9E9E9E. Windows color (decimal): -16391962 or 15130629. OLE color: 15130629.
HSL color Cylindrical-coordinate representation of color #05E0E6: hue angle of 181.6º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E0E6 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 224 | 230 | - |
| CMYK | 0.98 | 0.03 | 0 | 0.10 |
| HSL | 181.6º | 0.96% | 0.46% | - |
| HSV(B) | 181.6º | 0.98% | 0.9% | - |
| XYZ | 41 | 59.06 | 84.1 | - |
| YUV | 159.2 | 167.95 | 18.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 224 | 230 | 0.98 | 0.03 | 0 | 0.10 | 181.6 | 0.96 | 0.46 |
| Hex | 5 | E0 | E6 | 62 | 3 | 0 | A | B6 | 60 | 2E |
| Octal | 5 | 340 | 346 | 142 | 3 | 0 | 12 | 266 | 140 | 56 |
| Binary | 101 | 11100000 | 11100110 | 1100010 | 11 | 0 | 1010 | 10110110 | 1100000 | 101110 |
Color Harmonies of #05E0E6
Complementary color
Monochromatic Colors of #05E0E6
Black with #05E0E6
Text Example
Text Example
White with #05E0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E0E6; }
p { color: rgb(5,224,230); }
H1.HeaderClassName
{
color: #05E0E6;
}
.AnyTagClassName
{
color: #05E0E6;
}
</style>
background-color css
<style>
a { background-color: #05E0E6; }
a { background-color: rgb(5,224,230); }
div.DivClassName
{
background-color: #05E0E6;
}
.BgClassName
{
background-color: #05E0E6;
}
</style>
border-color css
<style>
span { border-color: #05E0E6; }
span { border-color: rgb(5,224,230); }
td.TdClassName
{
border-color: #05E0E6;
}
.TagClassName
{
border-color: #05E0E6;
}
</style>