Shades of Bright Turquoise #05FDD2
Tints of Bright Turquoise #05FDD2
RGB
CMYK
RGB Variations
Color information
#05FDD2 (or 0x05FDD2) is known color: Bright Turquoise. HEX triplet: 05, FD and D2. RGB value is (5,253,210). Sum of RGB (Red+Green+Blue) = 5+253+210=468 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.07% from 468); Green value is 253 (99.22% from 255 or 54.06% from 468); Blue value is 210 (82.42% from 255 or 44.87% from 468); Max value from RGB is 253 - color contains mainly: green. Hex color #05FDD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FDD2 is #FA022D. Grayscale: #ADADAD. Windows color (decimal): -16384558 or 13827333. OLE color: 13827333.
HSL color Cylindrical-coordinate representation of color #05FDD2: hue angle of 169.6º 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 #05FDD2 is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 253 | 210 | - |
| CMYK | 0.98 | 0 | 0.17 | 0.01 |
| HSL | 169.6º | 0.98% | 0.51% | - |
| HSV(B) | 169.6º | 0.98% | 0.99% | - |
| XYZ | 46.82 | 74.94 | 72.97 | - |
| YUV | 173.95 | 148.34 | 7.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 253 | 210 | 0.98 | 0 | 0.17 | 0.01 | 169.6 | 0.98 | 0.51 |
| Hex | 5 | FD | D2 | 62 | 0 | 11 | 1 | AA | 62 | 33 |
| Octal | 5 | 375 | 322 | 142 | 0 | 21 | 1 | 252 | 142 | 63 |
| Binary | 101 | 11111101 | 11010010 | 1100010 | 0 | 10001 | 1 | 10101010 | 1100010 | 110011 |
Color Harmonies of #05FDD2
Complementary color
Monochromatic Colors of #05FDD2
Black with #05FDD2
Text Example
Text Example
White with #05FDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FDD2; }
p { color: rgb(5,253,210); }
H1.HeaderClassName
{
color: #05FDD2;
}
.AnyTagClassName
{
color: #05FDD2;
}
</style>
background-color css
<style>
a { background-color: #05FDD2; }
a { background-color: rgb(5,253,210); }
div.DivClassName
{
background-color: #05FDD2;
}
.BgClassName
{
background-color: #05FDD2;
}
</style>
border-color css
<style>
span { border-color: #05FDD2; }
span { border-color: rgb(5,253,210); }
td.TdClassName
{
border-color: #05FDD2;
}
.TagClassName
{
border-color: #05FDD2;
}
</style>