Shades of Bright Turquoise #05FFDF
Tints of Bright Turquoise #05FFDF
RGB
CMYK
RGB Variations
Color information
#05FFDF (or 0x05FFDF) is known color: Bright Turquoise. HEX triplet: 05, FF and DF. RGB value is (5,255,223). Sum of RGB (Red+Green+Blue) = 5+255+223=483 (63% of max value = 765). Red value is 5 (2.34% from 255 or 1.04% from 483); Green value is 255 (100% from 255 or 52.80% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 255 - color contains mainly: green. Hex color #05FFDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FFDF is #FA0020. Grayscale: #B0B0B0. Windows color (decimal): -16384033 or 14679813. OLE color: 14679813.
HSL color Cylindrical-coordinate representation of color #05FFDF: hue angle of 172.32º 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 #05FFDF is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 255 | 223 | - |
| CMYK | 0.98 | 0 | 0.13 | 0 |
| HSL | 172.32º | 1% | 0.51% | - |
| HSV(B) | 172.32º | 0.98% | 1% | - |
| XYZ | 49.14 | 76.88 | 82.06 | - |
| YUV | 176.6 | 154.18 | 5.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 255 | 223 | 0.98 | 0 | 0.13 | 0 | 172.32 | 1 | 0.51 |
| Hex | 5 | FF | DF | 62 | 0 | D | 0 | AC | 64 | 33 |
| Octal | 5 | 377 | 337 | 142 | 0 | 15 | 0 | 254 | 144 | 63 |
| Binary | 101 | 11111111 | 11011111 | 1100010 | 0 | 1101 | 0 | 10101100 | 1100100 | 110011 |
Color Harmonies of #05FFDF
Complementary color
Monochromatic Colors of #05FFDF
Black with #05FFDF
Text Example
Text Example
White with #05FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FFDF; }
p { color: rgb(5,255,223); }
H1.HeaderClassName
{
color: #05FFDF;
}
.AnyTagClassName
{
color: #05FFDF;
}
</style>
background-color css
<style>
a { background-color: #05FFDF; }
a { background-color: rgb(5,255,223); }
div.DivClassName
{
background-color: #05FFDF;
}
.BgClassName
{
background-color: #05FFDF;
}
</style>
border-color css
<style>
span { border-color: #05FFDF; }
span { border-color: rgb(5,255,223); }
td.TdClassName
{
border-color: #05FFDF;
}
.TagClassName
{
border-color: #05FFDF;
}
</style>