Shades of Bright Turquoise #05FEDF
Tints of Bright Turquoise #05FEDF
RGB
CMYK
RGB Variations
Color information
#05FEDF (or 0x05FEDF) is known color: Bright Turquoise. HEX triplet: 05, FE and DF. RGB value is (5,254,223). Sum of RGB (Red+Green+Blue) = 5+254+223=482 (63% of max value = 765). Red value is 5 (2.34% from 255 or 1.04% from 482); Green value is 254 (99.61% from 255 or 52.70% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 254 - color contains mainly: green. Hex color #05FEDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FEDF is #FA0120. Grayscale: #AFAFAF. Windows color (decimal): -16384289 or 14679557. OLE color: 14679557.
HSL color Cylindrical-coordinate representation of color #05FEDF: hue angle of 172.53º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FEDF is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 254 | 223 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.00 |
| HSL | 172.53º | 0.99% | 0.51% | - |
| HSV(B) | 172.53º | 0.98% | 1% | - |
| XYZ | 48.82 | 76.24 | 81.96 | - |
| YUV | 176.02 | 154.51 | 6.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 254 | 223 | 0.98 | 0 | 0.12 | 0.00 | 172.53 | 0.99 | 0.51 |
| Hex | 5 | FE | DF | 62 | 0 | C | 0 | AD | 63 | 33 |
| Octal | 5 | 376 | 337 | 142 | 0 | 14 | 0 | 255 | 143 | 63 |
| Binary | 101 | 11111110 | 11011111 | 1100010 | 0 | 1100 | 0 | 10101101 | 1100011 | 110011 |
Color Harmonies of #05FEDF
Complementary color
Monochromatic Colors of #05FEDF
Black with #05FEDF
Text Example
Text Example
White with #05FEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FEDF; }
p { color: rgb(5,254,223); }
H1.HeaderClassName
{
color: #05FEDF;
}
.AnyTagClassName
{
color: #05FEDF;
}
</style>
background-color css
<style>
a { background-color: #05FEDF; }
a { background-color: rgb(5,254,223); }
div.DivClassName
{
background-color: #05FEDF;
}
.BgClassName
{
background-color: #05FEDF;
}
</style>
border-color css
<style>
span { border-color: #05FEDF; }
span { border-color: rgb(5,254,223); }
td.TdClassName
{
border-color: #05FEDF;
}
.TagClassName
{
border-color: #05FEDF;
}
</style>