Shades of Bright Turquoise #05FFC4
Tints of Bright Turquoise #05FFC4
RGB
CMYK
RGB Variations
Color information
#05FFC4 (or 0x05FFC4) is known color: Bright Turquoise. HEX triplet: 05, FF and C4. RGB value is (5,255,196). Sum of RGB (Red+Green+Blue) = 5+255+196=456 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.10% from 456); Green value is 255 (100% from 255 or 55.92% from 456); Blue value is 196 (76.95% from 255 or 42.98% from 456); Max value from RGB is 255 - color contains mainly: green. Hex color #05FFC4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FFC4 is #FA003B. Grayscale: #ADADAD. Windows color (decimal): -16384060 or 12910341. OLE color: 12910341.
HSL color Cylindrical-coordinate representation of color #05FFC4: hue angle of 165.84º 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 #05FFC4 is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 255 | 196 | - |
| CMYK | 0.98 | 0 | 0.23 | 0 |
| HSL | 165.84º | 1% | 0.51% | - |
| HSV(B) | 165.84º | 0.98% | 1% | - |
| XYZ | 45.79 | 75.54 | 64.39 | - |
| YUV | 173.52 | 140.68 | 7.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 255 | 196 | 0.98 | 0 | 0.23 | 0 | 165.84 | 1 | 0.51 |
| Hex | 5 | FF | C4 | 62 | 0 | 17 | 0 | A6 | 64 | 33 |
| Octal | 5 | 377 | 304 | 142 | 0 | 27 | 0 | 246 | 144 | 63 |
| Binary | 101 | 11111111 | 11000100 | 1100010 | 0 | 10111 | 0 | 10100110 | 1100100 | 110011 |
Color Harmonies of #05FFC4
Complementary color
Monochromatic Colors of #05FFC4
Black with #05FFC4
Text Example
Text Example
White with #05FFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FFC4; }
p { color: rgb(5,255,196); }
H1.HeaderClassName
{
color: #05FFC4;
}
.AnyTagClassName
{
color: #05FFC4;
}
</style>
background-color css
<style>
a { background-color: #05FFC4; }
a { background-color: rgb(5,255,196); }
div.DivClassName
{
background-color: #05FFC4;
}
.BgClassName
{
background-color: #05FFC4;
}
</style>
border-color css
<style>
span { border-color: #05FFC4; }
span { border-color: rgb(5,255,196); }
td.TdClassName
{
border-color: #05FFC4;
}
.TagClassName
{
border-color: #05FFC4;
}
</style>