Shades of Bright Turquoise #05FFCF
Tints of Bright Turquoise #05FFCF
RGB
CMYK
RGB Variations
Color information
#05FFCF (or 0x05FFCF) is known color: Bright Turquoise. HEX triplet: 05, FF and CF. RGB value is (5,255,207). Sum of RGB (Red+Green+Blue) = 5+255+207=467 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.07% from 467); Green value is 255 (100% from 255 or 54.60% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 255 - color contains mainly: green. Hex color #05FFCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FFCF is #FA0030. Grayscale: #AEAEAE. Windows color (decimal): -16384049 or 13631237. OLE color: 13631237.
HSL color Cylindrical-coordinate representation of color #05FFCF: hue angle of 168.48º 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 #05FFCF is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 255 | 207 | - |
| CMYK | 0.98 | 0 | 0.19 | 0 |
| HSL | 168.48º | 1% | 0.51% | - |
| HSV(B) | 168.48º | 0.98% | 1% | - |
| XYZ | 47.09 | 76.06 | 71.23 | - |
| YUV | 174.78 | 146.18 | 6.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 255 | 207 | 0.98 | 0 | 0.19 | 0 | 168.48 | 1 | 0.51 |
| Hex | 5 | FF | CF | 62 | 0 | 13 | 0 | A8 | 64 | 33 |
| Octal | 5 | 377 | 317 | 142 | 0 | 23 | 0 | 250 | 144 | 63 |
| Binary | 101 | 11111111 | 11001111 | 1100010 | 0 | 10011 | 0 | 10101000 | 1100100 | 110011 |
Color Harmonies of #05FFCF
Complementary color
Monochromatic Colors of #05FFCF
Black with #05FFCF
Text Example
Text Example
White with #05FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FFCF; }
p { color: rgb(5,255,207); }
H1.HeaderClassName
{
color: #05FFCF;
}
.AnyTagClassName
{
color: #05FFCF;
}
</style>
background-color css
<style>
a { background-color: #05FFCF; }
a { background-color: rgb(5,255,207); }
div.DivClassName
{
background-color: #05FFCF;
}
.BgClassName
{
background-color: #05FFCF;
}
</style>
border-color css
<style>
span { border-color: #05FFCF; }
span { border-color: rgb(5,255,207); }
td.TdClassName
{
border-color: #05FFCF;
}
.TagClassName
{
border-color: #05FFCF;
}
</style>