Shades of Bright Turquoise #05FCD3
Tints of Bright Turquoise #05FCD3
RGB
CMYK
RGB Variations
Color information
#05FCD3 (or 0x05FCD3) is known color: Bright Turquoise. HEX triplet: 05, FC and D3. RGB value is (5,252,211). Sum of RGB (Red+Green+Blue) = 5+252+211=468 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.07% from 468); Green value is 252 (98.83% from 255 or 53.85% from 468); Blue value is 211 (82.81% from 255 or 45.09% from 468); Max value from RGB is 252 - color contains mainly: green. Hex color #05FCD3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FCD3 is #FA032C. Grayscale: #ADADAD. Windows color (decimal): -16384813 or 13892613. OLE color: 13892613.
HSL color Cylindrical-coordinate representation of color #05FCD3: hue angle of 170.04º 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 #05FCD3 is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 252 | 211 | - |
| CMYK | 0.98 | 0 | 0.16 | 0.01 |
| HSL | 170.04º | 0.98% | 0.5% | - |
| HSV(B) | 170.04º | 0.98% | 0.99% | - |
| XYZ | 46.63 | 74.36 | 73.52 | - |
| YUV | 173.47 | 149.17 | 7.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 252 | 211 | 0.98 | 0 | 0.16 | 0.01 | 170.04 | 0.98 | 0.5 |
| Hex | 5 | FC | D3 | 62 | 0 | 10 | 1 | AA | 62 | 32 |
| Octal | 5 | 374 | 323 | 142 | 0 | 20 | 1 | 252 | 142 | 62 |
| Binary | 101 | 11111100 | 11010011 | 1100010 | 0 | 10000 | 1 | 10101010 | 1100010 | 110010 |
Color Harmonies of #05FCD3
Complementary color
Monochromatic Colors of #05FCD3
Black with #05FCD3
Text Example
Text Example
White with #05FCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FCD3; }
p { color: rgb(5,252,211); }
H1.HeaderClassName
{
color: #05FCD3;
}
.AnyTagClassName
{
color: #05FCD3;
}
</style>
background-color css
<style>
a { background-color: #05FCD3; }
a { background-color: rgb(5,252,211); }
div.DivClassName
{
background-color: #05FCD3;
}
.BgClassName
{
background-color: #05FCD3;
}
</style>
border-color css
<style>
span { border-color: #05FCD3; }
span { border-color: rgb(5,252,211); }
td.TdClassName
{
border-color: #05FCD3;
}
.TagClassName
{
border-color: #05FCD3;
}
</style>