Shades of Bright Turquoise #05FCCC
Tints of Bright Turquoise #05FCCC
RGB
CMYK
RGB Variations
Color information
#05FCCC (or 0x05FCCC) is known color: Bright Turquoise. HEX triplet: 05, FC and CC. RGB value is (5,252,204). Sum of RGB (Red+Green+Blue) = 5+252+204=461 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 461); Green value is 252 (98.83% from 255 or 54.66% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 252 - color contains mainly: green. Hex color #05FCCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FCCC is #FA0333. Grayscale: #ACACAC. Windows color (decimal): -16384820 or 13433861. OLE color: 13433861.
HSL color Cylindrical-coordinate representation of color #05FCCC: hue angle of 168.34º 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 #05FCCC is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 252 | 204 | - |
| CMYK | 0.98 | 0 | 0.19 | 0.01 |
| HSL | 168.34º | 0.98% | 0.5% | - |
| HSV(B) | 168.34º | 0.98% | 0.99% | - |
| XYZ | 45.77 | 74.01 | 69 | - |
| YUV | 172.68 | 145.67 | 8.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 252 | 204 | 0.98 | 0 | 0.19 | 0.01 | 168.34 | 0.98 | 0.5 |
| Hex | 5 | FC | CC | 62 | 0 | 13 | 1 | A8 | 62 | 32 |
| Octal | 5 | 374 | 314 | 142 | 0 | 23 | 1 | 250 | 142 | 62 |
| Binary | 101 | 11111100 | 11001100 | 1100010 | 0 | 10011 | 1 | 10101000 | 1100010 | 110010 |
Color Harmonies of #05FCCC
Complementary color
Monochromatic Colors of #05FCCC
Black with #05FCCC
Text Example
Text Example
White with #05FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FCCC; }
p { color: rgb(5,252,204); }
H1.HeaderClassName
{
color: #05FCCC;
}
.AnyTagClassName
{
color: #05FCCC;
}
</style>
background-color css
<style>
a { background-color: #05FCCC; }
a { background-color: rgb(5,252,204); }
div.DivClassName
{
background-color: #05FCCC;
}
.BgClassName
{
background-color: #05FCCC;
}
</style>
border-color css
<style>
span { border-color: #05FCCC; }
span { border-color: rgb(5,252,204); }
td.TdClassName
{
border-color: #05FCCC;
}
.TagClassName
{
border-color: #05FCCC;
}
</style>