Shades of Bright Turquoise #05FCD4
Tints of Bright Turquoise #05FCD4
RGB
CMYK
RGB Variations
Color information
#05FCD4 (or 0x05FCD4) is known color: Bright Turquoise. HEX triplet: 05, FC and D4. RGB value is (5,252,212). Sum of RGB (Red+Green+Blue) = 5+252+212=469 (62% of max value = 765). Red value is 5 (2.34% from 255 or 1.07% from 469); Green value is 252 (98.83% from 255 or 53.73% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 252 - color contains mainly: green. Hex color #05FCD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FCD4 is #FA032B. Grayscale: #ADADAD. Windows color (decimal): -16384812 or 13958149. OLE color: 13958149.
HSL color Cylindrical-coordinate representation of color #05FCD4: hue angle of 170.28º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FCD4 is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 252 | 212 | - |
| CMYK | 0.98 | 0 | 0.16 | 0.01 |
| HSL | 170.28º | 0.98% | 0.5% | - |
| HSV(B) | 170.28º | 0.98% | 0.99% | - |
| XYZ | 46.76 | 74.41 | 74.18 | - |
| YUV | 173.59 | 149.67 | 7.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 252 | 212 | 0.98 | 0 | 0.16 | 0.01 | 170.28 | 0.98 | 0.5 |
| Hex | 5 | FC | D4 | 62 | 0 | 10 | 1 | AA | 62 | 32 |
| Octal | 5 | 374 | 324 | 142 | 0 | 20 | 1 | 252 | 142 | 62 |
| Binary | 101 | 11111100 | 11010100 | 1100010 | 0 | 10000 | 1 | 10101010 | 1100010 | 110010 |
Color Harmonies of #05FCD4
Complementary color
Monochromatic Colors of #05FCD4
Black with #05FCD4
Text Example
Text Example
White with #05FCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FCD4; }
p { color: rgb(5,252,212); }
H1.HeaderClassName
{
color: #05FCD4;
}
.AnyTagClassName
{
color: #05FCD4;
}
</style>
background-color css
<style>
a { background-color: #05FCD4; }
a { background-color: rgb(5,252,212); }
div.DivClassName
{
background-color: #05FCD4;
}
.BgClassName
{
background-color: #05FCD4;
}
</style>
border-color css
<style>
span { border-color: #05FCD4; }
span { border-color: rgb(5,252,212); }
td.TdClassName
{
border-color: #05FCD4;
}
.TagClassName
{
border-color: #05FCD4;
}
</style>