Shades of Bright Turquoise #05E5DD
Tints of Bright Turquoise #05E5DD
RGB
CMYK
RGB Variations
Color information
#05E5DD (or 0x05E5DD) is known color: Bright Turquoise. HEX triplet: 05, E5 and DD. RGB value is (5,229,221). Sum of RGB (Red+Green+Blue) = 5+229+221=455 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.10% from 455); Green value is 229 (89.84% from 255 or 50.33% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 229 - color contains mainly: green. Hex color #05E5DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05E5DD is #FA1A22. Grayscale: #A0A0A0. Windows color (decimal): -16390691 or 14542085. OLE color: 14542085.
HSL color Cylindrical-coordinate representation of color #05E5DD: hue angle of 177.86º 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 #05E5DD is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 229 | 221 | - |
| CMYK | 0.98 | 0 | 0.03 | 0.10 |
| HSL | 177.86º | 0.96% | 0.46% | - |
| HSV(B) | 177.86º | 0.98% | 0.9% | - |
| XYZ | 41.13 | 61.29 | 78.07 | - |
| YUV | 161.11 | 161.79 | 16.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 229 | 221 | 0.98 | 0 | 0.03 | 0.10 | 177.86 | 0.96 | 0.46 |
| Hex | 5 | E5 | DD | 62 | 0 | 3 | A | B2 | 60 | 2E |
| Octal | 5 | 345 | 335 | 142 | 0 | 3 | 12 | 262 | 140 | 56 |
| Binary | 101 | 11100101 | 11011101 | 1100010 | 0 | 11 | 1010 | 10110010 | 1100000 | 101110 |
Color Harmonies of #05E5DD
Complementary color
Monochromatic Colors of #05E5DD
Black with #05E5DD
Text Example
Text Example
White with #05E5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E5DD; }
p { color: rgb(5,229,221); }
H1.HeaderClassName
{
color: #05E5DD;
}
.AnyTagClassName
{
color: #05E5DD;
}
</style>
background-color css
<style>
a { background-color: #05E5DD; }
a { background-color: rgb(5,229,221); }
div.DivClassName
{
background-color: #05E5DD;
}
.BgClassName
{
background-color: #05E5DD;
}
</style>
border-color css
<style>
span { border-color: #05E5DD; }
span { border-color: rgb(5,229,221); }
td.TdClassName
{
border-color: #05E5DD;
}
.TagClassName
{
border-color: #05E5DD;
}
</style>