Shades of Turquoise #28F2B7
Tints of Turquoise #28F2B7
RGB
CMYK
RGB Variations
Color information
#28F2B7 (or 0x28F2B7) is known color: Turquoise. HEX triplet: 28, F2 and B7. RGB value is (40,242,183). Sum of RGB (Red+Green+Blue) = 40+242+183=465 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.60% from 465); Green value is 242 (94.92% from 255 or 52.04% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 242 - color contains mainly: green. Hex color #28F2B7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F2B7 is #D70D48. Grayscale: #AEAEAE. Windows color (decimal): -14093641 or 12055080. OLE color: 12055080.
HSL color Cylindrical-coordinate representation of color #28F2B7: hue angle of 162.48º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F2B7 is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 242 | 183 | - |
| CMYK | 0.83 | 0 | 0.24 | 0.05 |
| HSL | 162.48º | 0.89% | 0.55% | - |
| HSV(B) | 162.48º | 0.83% | 0.95% | - |
| XYZ | 41.17 | 67.37 | 55.63 | - |
| YUV | 174.88 | 132.58 | 31.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 242 | 183 | 0.83 | 0 | 0.24 | 0.05 | 162.48 | 0.89 | 0.55 |
| Hex | 28 | F2 | B7 | 53 | 0 | 18 | 5 | A2 | 59 | 37 |
| Octal | 50 | 362 | 267 | 123 | 0 | 30 | 5 | 242 | 131 | 67 |
| Binary | 101000 | 11110010 | 10110111 | 1010011 | 0 | 11000 | 101 | 10100010 | 1011001 | 110111 |
Color Harmonies of #28F2B7
Complementary color
Monochromatic Colors of #28F2B7
Black with #28F2B7
Text Example
Text Example
White with #28F2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F2B7; }
p { color: rgb(40,242,183); }
H1.HeaderClassName
{
color: #28F2B7;
}
.AnyTagClassName
{
color: #28F2B7;
}
</style>
background-color css
<style>
a { background-color: #28F2B7; }
a { background-color: rgb(40,242,183); }
div.DivClassName
{
background-color: #28F2B7;
}
.BgClassName
{
background-color: #28F2B7;
}
</style>
border-color css
<style>
span { border-color: #28F2B7; }
span { border-color: rgb(40,242,183); }
td.TdClassName
{
border-color: #28F2B7;
}
.TagClassName
{
border-color: #28F2B7;
}
</style>