Shades of Bright Turquoise #05FFD3
Tints of Bright Turquoise #05FFD3
RGB
CMYK
RGB Variations
Color information
#05FFD3 (or 0x05FFD3) is known color: Bright Turquoise. HEX triplet: 05, FF and D3. RGB value is (5,255,211). Sum of RGB (Red+Green+Blue) = 5+255+211=471 (62% of max value = 765). Red value is 5 (2.34% from 255 or 1.06% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 211 (82.81% from 255 or 44.80% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #05FFD3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FFD3 is #FA002C. Grayscale: #AFAFAF. Windows color (decimal): -16384045 or 13893381. OLE color: 13893381.
HSL color Cylindrical-coordinate representation of color #05FFD3: hue angle of 169.44º 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 #05FFD3 is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 255 | 211 | - |
| CMYK | 0.98 | 0 | 0.17 | 0 |
| HSL | 169.44º | 1% | 0.51% | - |
| HSV(B) | 169.44º | 0.98% | 1% | - |
| XYZ | 47.58 | 76.26 | 73.84 | - |
| YUV | 175.23 | 148.18 | 6.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 255 | 211 | 0.98 | 0 | 0.17 | 0 | 169.44 | 1 | 0.51 |
| Hex | 5 | FF | D3 | 62 | 0 | 11 | 0 | A9 | 64 | 33 |
| Octal | 5 | 377 | 323 | 142 | 0 | 21 | 0 | 251 | 144 | 63 |
| Binary | 101 | 11111111 | 11010011 | 1100010 | 0 | 10001 | 0 | 10101001 | 1100100 | 110011 |
Color Harmonies of #05FFD3
Complementary color
Monochromatic Colors of #05FFD3
Black with #05FFD3
Text Example
Text Example
White with #05FFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FFD3; }
p { color: rgb(5,255,211); }
H1.HeaderClassName
{
color: #05FFD3;
}
.AnyTagClassName
{
color: #05FFD3;
}
</style>
background-color css
<style>
a { background-color: #05FFD3; }
a { background-color: rgb(5,255,211); }
div.DivClassName
{
background-color: #05FFD3;
}
.BgClassName
{
background-color: #05FFD3;
}
</style>
border-color css
<style>
span { border-color: #05FFD3; }
span { border-color: rgb(5,255,211); }
td.TdClassName
{
border-color: #05FFD3;
}
.TagClassName
{
border-color: #05FFD3;
}
</style>