Shades of Bright Turquoise #05FFCD
Tints of Bright Turquoise #05FFCD
RGB
CMYK
RGB Variations
Color information
#05FFCD (or 0x05FFCD) is known color: Bright Turquoise. HEX triplet: 05, FF and CD. RGB value is (5,255,205). Sum of RGB (Red+Green+Blue) = 5+255+205=465 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #05FFCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FFCD is #FA0032. Grayscale: #AEAEAE. Windows color (decimal): -16384051 or 13500165. OLE color: 13500165.
HSL color Cylindrical-coordinate representation of color #05FFCD: hue angle of 168º 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 #05FFCD is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 255 | 205 | - |
| CMYK | 0.98 | 0 | 0.20 | 0 |
| HSL | 168º | 1% | 0.51% | - |
| HSV(B) | 168º | 0.98% | 1% | - |
| XYZ | 46.84 | 75.96 | 69.95 | - |
| YUV | 174.55 | 145.18 | 7.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 255 | 205 | 0.98 | 0 | 0.20 | 0 | 168 | 1 | 0.51 |
| Hex | 5 | FF | CD | 62 | 0 | 14 | 0 | A8 | 64 | 33 |
| Octal | 5 | 377 | 315 | 142 | 0 | 24 | 0 | 250 | 144 | 63 |
| Binary | 101 | 11111111 | 11001101 | 1100010 | 0 | 10100 | 0 | 10101000 | 1100100 | 110011 |
Color Harmonies of #05FFCD
Complementary color
Monochromatic Colors of #05FFCD
Black with #05FFCD
Text Example
Text Example
White with #05FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FFCD; }
p { color: rgb(5,255,205); }
H1.HeaderClassName
{
color: #05FFCD;
}
.AnyTagClassName
{
color: #05FFCD;
}
</style>
background-color css
<style>
a { background-color: #05FFCD; }
a { background-color: rgb(5,255,205); }
div.DivClassName
{
background-color: #05FFCD;
}
.BgClassName
{
background-color: #05FFCD;
}
</style>
border-color css
<style>
span { border-color: #05FFCD; }
span { border-color: rgb(5,255,205); }
td.TdClassName
{
border-color: #05FFCD;
}
.TagClassName
{
border-color: #05FFCD;
}
</style>