Shades of Bright Turquoise #05FDC1
Tints of Bright Turquoise #05FDC1
RGB
CMYK
RGB Variations
Color information
#05FDC1 (or 0x05FDC1) is known color: Bright Turquoise. HEX triplet: 05, FD and C1. RGB value is (5,253,193). Sum of RGB (Red+Green+Blue) = 5+253+193=451 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.11% from 451); Green value is 253 (99.22% from 255 or 56.10% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 253 - color contains mainly: green. Hex color #05FDC1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FDC1 is #FA023E. Grayscale: #ABABAB. Windows color (decimal): -16384575 or 12713221. OLE color: 12713221.
HSL color Cylindrical-coordinate representation of color #05FDC1: hue angle of 165.48º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FDC1 is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 253 | 193 | - |
| CMYK | 0.98 | 0 | 0.24 | 0.01 |
| HSL | 165.48º | 0.98% | 0.51% | - |
| HSV(B) | 165.48º | 0.98% | 0.99% | - |
| XYZ | 44.81 | 74.13 | 62.4 | - |
| YUV | 172.01 | 139.84 | 8.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 253 | 193 | 0.98 | 0 | 0.24 | 0.01 | 165.48 | 0.98 | 0.51 |
| Hex | 5 | FD | C1 | 62 | 0 | 18 | 1 | A5 | 62 | 33 |
| Octal | 5 | 375 | 301 | 142 | 0 | 30 | 1 | 245 | 142 | 63 |
| Binary | 101 | 11111101 | 11000001 | 1100010 | 0 | 11000 | 1 | 10100101 | 1100010 | 110011 |
Color Harmonies of #05FDC1
Complementary color
Monochromatic Colors of #05FDC1
Black with #05FDC1
Text Example
Text Example
White with #05FDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FDC1; }
p { color: rgb(5,253,193); }
H1.HeaderClassName
{
color: #05FDC1;
}
.AnyTagClassName
{
color: #05FDC1;
}
</style>
background-color css
<style>
a { background-color: #05FDC1; }
a { background-color: rgb(5,253,193); }
div.DivClassName
{
background-color: #05FDC1;
}
.BgClassName
{
background-color: #05FDC1;
}
</style>
border-color css
<style>
span { border-color: #05FDC1; }
span { border-color: rgb(5,253,193); }
td.TdClassName
{
border-color: #05FDC1;
}
.TagClassName
{
border-color: #05FDC1;
}
</style>