Shades of Bright Turquoise #05FCD5
Tints of Bright Turquoise #05FCD5
RGB
CMYK
RGB Variations
Color information
#05FCD5 (or 0x05FCD5) is known color: Bright Turquoise. HEX triplet: 05, FC and D5. RGB value is (5,252,213). Sum of RGB (Red+Green+Blue) = 5+252+213=470 (62% of max value = 765). Red value is 5 (2.34% from 255 or 1.06% from 470); Green value is 252 (98.83% from 255 or 53.62% from 470); Blue value is 213 (83.59% from 255 or 45.32% from 470); Max value from RGB is 252 - color contains mainly: green. Hex color #05FCD5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FCD5 is #FA032A. Grayscale: #ADADAD. Windows color (decimal): -16384811 or 14023685. OLE color: 14023685.
HSL color Cylindrical-coordinate representation of color #05FCD5: hue angle of 170.53º 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 #05FCD5 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 252 | 213 | - |
| CMYK | 0.98 | 0 | 0.15 | 0.01 |
| HSL | 170.53º | 0.98% | 0.5% | - |
| HSV(B) | 170.53º | 0.98% | 0.99% | - |
| XYZ | 46.88 | 74.46 | 74.85 | - |
| YUV | 173.7 | 150.17 | 7.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 252 | 213 | 0.98 | 0 | 0.15 | 0.01 | 170.53 | 0.98 | 0.5 |
| Hex | 5 | FC | D5 | 62 | 0 | F | 1 | AB | 62 | 32 |
| Octal | 5 | 374 | 325 | 142 | 0 | 17 | 1 | 253 | 142 | 62 |
| Binary | 101 | 11111100 | 11010101 | 1100010 | 0 | 1111 | 1 | 10101011 | 1100010 | 110010 |
Color Harmonies of #05FCD5
Complementary color
Monochromatic Colors of #05FCD5
Black with #05FCD5
Text Example
Text Example
White with #05FCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FCD5; }
p { color: rgb(5,252,213); }
H1.HeaderClassName
{
color: #05FCD5;
}
.AnyTagClassName
{
color: #05FCD5;
}
</style>
background-color css
<style>
a { background-color: #05FCD5; }
a { background-color: rgb(5,252,213); }
div.DivClassName
{
background-color: #05FCD5;
}
.BgClassName
{
background-color: #05FCD5;
}
</style>
border-color css
<style>
span { border-color: #05FCD5; }
span { border-color: rgb(5,252,213); }
td.TdClassName
{
border-color: #05FCD5;
}
.TagClassName
{
border-color: #05FCD5;
}
</style>