Shades of Bright Turquoise #05F2BD
Tints of Bright Turquoise #05F2BD
RGB
CMYK
RGB Variations
Color information
#05F2BD (or 0x05F2BD) is known color: Bright Turquoise. HEX triplet: 05, F2 and BD. RGB value is (5,242,189). Sum of RGB (Red+Green+Blue) = 5+242+189=436 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.15% from 436); Green value is 242 (94.92% from 255 or 55.50% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 242 - color contains mainly: green. Hex color #05F2BD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05F2BD is #FA0D42. Grayscale: #A5A5A5. Windows color (decimal): -16387395 or 12448261. OLE color: 12448261.
HSL color Cylindrical-coordinate representation of color #05F2BD: hue angle of 166.58º 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 #05F2BD is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 242 | 189 | - |
| CMYK | 0.98 | 0 | 0.22 | 0.05 |
| HSL | 166.58º | 0.96% | 0.48% | - |
| HSV(B) | 166.58º | 0.98% | 0.95% | - |
| XYZ | 41 | 67.21 | 58.96 | - |
| YUV | 165.1 | 141.48 | 13.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 242 | 189 | 0.98 | 0 | 0.22 | 0.05 | 166.58 | 0.96 | 0.48 |
| Hex | 5 | F2 | BD | 62 | 0 | 16 | 5 | A7 | 60 | 30 |
| Octal | 5 | 362 | 275 | 142 | 0 | 26 | 5 | 247 | 140 | 60 |
| Binary | 101 | 11110010 | 10111101 | 1100010 | 0 | 10110 | 101 | 10100111 | 1100000 | 110000 |
Color Harmonies of #05F2BD
Complementary color
Monochromatic Colors of #05F2BD
Black with #05F2BD
Text Example
Text Example
White with #05F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F2BD; }
p { color: rgb(5,242,189); }
H1.HeaderClassName
{
color: #05F2BD;
}
.AnyTagClassName
{
color: #05F2BD;
}
</style>
background-color css
<style>
a { background-color: #05F2BD; }
a { background-color: rgb(5,242,189); }
div.DivClassName
{
background-color: #05F2BD;
}
.BgClassName
{
background-color: #05F2BD;
}
</style>
border-color css
<style>
span { border-color: #05F2BD; }
span { border-color: rgb(5,242,189); }
td.TdClassName
{
border-color: #05F2BD;
}
.TagClassName
{
border-color: #05F2BD;
}
</style>