Shades of Bright Turquoise #05FDDF
Tints of Bright Turquoise #05FDDF
RGB
CMYK
RGB Variations
Color information
#05FDDF (or 0x05FDDF) is known color: Bright Turquoise. HEX triplet: 05, FD and DF. RGB value is (5,253,223). Sum of RGB (Red+Green+Blue) = 5+253+223=481 (63% of max value = 765). Red value is 5 (2.34% from 255 or 1.04% from 481); Green value is 253 (99.22% from 255 or 52.60% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 253 - color contains mainly: green. Hex color #05FDDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FDDF is #FA0220. Grayscale: #AFAFAF. Windows color (decimal): -16384545 or 14679301. OLE color: 14679301.
HSL color Cylindrical-coordinate representation of color #05FDDF: hue angle of 172.74º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FDDF is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 253 | 223 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.01 |
| HSL | 172.74º | 0.98% | 0.51% | - |
| HSV(B) | 172.74º | 0.98% | 0.99% | - |
| XYZ | 48.51 | 75.61 | 81.85 | - |
| YUV | 175.43 | 154.84 | 6.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 253 | 223 | 0.98 | 0 | 0.12 | 0.01 | 172.74 | 0.98 | 0.51 |
| Hex | 5 | FD | DF | 62 | 0 | C | 1 | AD | 62 | 33 |
| Octal | 5 | 375 | 337 | 142 | 0 | 14 | 1 | 255 | 142 | 63 |
| Binary | 101 | 11111101 | 11011111 | 1100010 | 0 | 1100 | 1 | 10101101 | 1100010 | 110011 |
Color Harmonies of #05FDDF
Complementary color
Monochromatic Colors of #05FDDF
Black with #05FDDF
Text Example
Text Example
White with #05FDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FDDF; }
p { color: rgb(5,253,223); }
H1.HeaderClassName
{
color: #05FDDF;
}
.AnyTagClassName
{
color: #05FDDF;
}
</style>
background-color css
<style>
a { background-color: #05FDDF; }
a { background-color: rgb(5,253,223); }
div.DivClassName
{
background-color: #05FDDF;
}
.BgClassName
{
background-color: #05FDDF;
}
</style>
border-color css
<style>
span { border-color: #05FDDF; }
span { border-color: rgb(5,253,223); }
td.TdClassName
{
border-color: #05FDDF;
}
.TagClassName
{
border-color: #05FDDF;
}
</style>