Shades of Bright Turquoise #05F2D3
Tints of Bright Turquoise #05F2D3
RGB
CMYK
RGB Variations
Color information
#05F2D3 (or 0x05F2D3) is known color: Bright Turquoise. HEX triplet: 05, F2 and D3. RGB value is (5,242,211). Sum of RGB (Red+Green+Blue) = 5+242+211=458 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.09% from 458); Green value is 242 (94.92% from 255 or 52.84% from 458); Blue value is 211 (82.81% from 255 or 46.07% from 458); Max value from RGB is 242 - color contains mainly: green. Hex color #05F2D3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05F2D3 is #FA0D2C. Grayscale: #A7A7A7. Windows color (decimal): -16387373 or 13890053. OLE color: 13890053.
HSL color Cylindrical-coordinate representation of color #05F2D3: hue angle of 172.15º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F2D3 is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 242 | 211 | - |
| CMYK | 0.98 | 0 | 0.13 | 0.05 |
| HSL | 172.15º | 0.96% | 0.48% | - |
| HSV(B) | 172.15º | 0.98% | 0.95% | - |
| XYZ | 43.57 | 68.24 | 72.5 | - |
| YUV | 167.6 | 152.48 | 12.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 242 | 211 | 0.98 | 0 | 0.13 | 0.05 | 172.15 | 0.96 | 0.48 |
| Hex | 5 | F2 | D3 | 62 | 0 | D | 5 | AC | 60 | 30 |
| Octal | 5 | 362 | 323 | 142 | 0 | 15 | 5 | 254 | 140 | 60 |
| Binary | 101 | 11110010 | 11010011 | 1100010 | 0 | 1101 | 101 | 10101100 | 1100000 | 110000 |
Color Harmonies of #05F2D3
Complementary color
Monochromatic Colors of #05F2D3
Black with #05F2D3
Text Example
Text Example
White with #05F2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F2D3; }
p { color: rgb(5,242,211); }
H1.HeaderClassName
{
color: #05F2D3;
}
.AnyTagClassName
{
color: #05F2D3;
}
</style>
background-color css
<style>
a { background-color: #05F2D3; }
a { background-color: rgb(5,242,211); }
div.DivClassName
{
background-color: #05F2D3;
}
.BgClassName
{
background-color: #05F2D3;
}
</style>
border-color css
<style>
span { border-color: #05F2D3; }
span { border-color: rgb(5,242,211); }
td.TdClassName
{
border-color: #05F2D3;
}
.TagClassName
{
border-color: #05F2D3;
}
</style>