Shades of Bright Turquoise #05FFDD
Tints of Bright Turquoise #05FFDD
RGB
CMYK
RGB Variations
Color information
#05FFDD (or 0x05FFDD) is known color: Bright Turquoise. HEX triplet: 05, FF and DD. RGB value is (5,255,221). Sum of RGB (Red+Green+Blue) = 5+255+221=481 (63% of max value = 765). Red value is 5 (2.34% from 255 or 1.04% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #05FFDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FFDD is #FA0022. Grayscale: #B0B0B0. Windows color (decimal): -16384035 or 14548741. OLE color: 14548741.
HSL color Cylindrical-coordinate representation of color #05FFDD: hue angle of 171.84º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FFDD is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 255 | 221 | - |
| CMYK | 0.98 | 0 | 0.13 | 0 |
| HSL | 171.84º | 1% | 0.51% | - |
| HSV(B) | 171.84º | 0.98% | 1% | - |
| XYZ | 48.87 | 76.77 | 80.65 | - |
| YUV | 176.37 | 153.18 | 5.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 255 | 221 | 0.98 | 0 | 0.13 | 0 | 171.84 | 1 | 0.51 |
| Hex | 5 | FF | DD | 62 | 0 | D | 0 | AC | 64 | 33 |
| Octal | 5 | 377 | 335 | 142 | 0 | 15 | 0 | 254 | 144 | 63 |
| Binary | 101 | 11111111 | 11011101 | 1100010 | 0 | 1101 | 0 | 10101100 | 1100100 | 110011 |
Color Harmonies of #05FFDD
Complementary color
Monochromatic Colors of #05FFDD
Black with #05FFDD
Text Example
Text Example
White with #05FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FFDD; }
p { color: rgb(5,255,221); }
H1.HeaderClassName
{
color: #05FFDD;
}
.AnyTagClassName
{
color: #05FFDD;
}
</style>
background-color css
<style>
a { background-color: #05FFDD; }
a { background-color: rgb(5,255,221); }
div.DivClassName
{
background-color: #05FFDD;
}
.BgClassName
{
background-color: #05FFDD;
}
</style>
border-color css
<style>
span { border-color: #05FFDD; }
span { border-color: rgb(5,255,221); }
td.TdClassName
{
border-color: #05FFDD;
}
.TagClassName
{
border-color: #05FFDD;
}
</style>