Shades of Bright Turquoise #05FFCC
Tints of Bright Turquoise #05FFCC
RGB
CMYK
RGB Variations
Color information
#05FFCC (or 0x05FFCC) is known color: Bright Turquoise. HEX triplet: 05, FF and CC. RGB value is (5,255,204). Sum of RGB (Red+Green+Blue) = 5+255+204=464 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 464); Green value is 255 (100% from 255 or 54.96% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 255 - color contains mainly: green. Hex color #05FFCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FFCC is #FA0033. Grayscale: #AEAEAE. Windows color (decimal): -16384052 or 13434629. OLE color: 13434629.
HSL color Cylindrical-coordinate representation of color #05FFCC: hue angle of 167.76º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FFCC is Cyan = 0.98, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 255 | 204 | - |
| CMYK | 0.98 | 0 | 0.2 | 0 |
| HSL | 167.76º | 1% | 0.51% | - |
| HSV(B) | 167.76º | 0.98% | 1% | - |
| XYZ | 46.72 | 75.91 | 69.32 | - |
| YUV | 174.44 | 144.68 | 7.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 255 | 204 | 0.98 | 0 | 0.2 | 0 | 167.76 | 1 | 0.51 |
| Hex | 5 | FF | CC | 62 | 0 | 14 | 0 | A8 | 64 | 33 |
| Octal | 5 | 377 | 314 | 142 | 0 | 24 | 0 | 250 | 144 | 63 |
| Binary | 101 | 11111111 | 11001100 | 1100010 | 0 | 10100 | 0 | 10101000 | 1100100 | 110011 |
Color Harmonies of #05FFCC
Complementary color
Monochromatic Colors of #05FFCC
Black with #05FFCC
Text Example
Text Example
White with #05FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FFCC; }
p { color: rgb(5,255,204); }
H1.HeaderClassName
{
color: #05FFCC;
}
.AnyTagClassName
{
color: #05FFCC;
}
</style>
background-color css
<style>
a { background-color: #05FFCC; }
a { background-color: rgb(5,255,204); }
div.DivClassName
{
background-color: #05FFCC;
}
.BgClassName
{
background-color: #05FFCC;
}
</style>
border-color css
<style>
span { border-color: #05FFCC; }
span { border-color: rgb(5,255,204); }
td.TdClassName
{
border-color: #05FFCC;
}
.TagClassName
{
border-color: #05FFCC;
}
</style>