Shades of Turquoise #28F2B2
Tints of Turquoise #28F2B2
RGB
CMYK
RGB Variations
Color information
#28F2B2 (or 0x28F2B2) is known color: Turquoise. HEX triplet: 28, F2 and B2. RGB value is (40,242,178). Sum of RGB (Red+Green+Blue) = 40+242+178=460 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.70% from 460); Green value is 242 (94.92% from 255 or 52.61% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 242 - color contains mainly: green. Hex color #28F2B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28F2B2 is #D70D4D. Grayscale: #AEAEAE. Windows color (decimal): -14093646 or 11727400. OLE color: 11727400.
HSL color Cylindrical-coordinate representation of color #28F2B2: hue angle of 160.99º 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 #28F2B2 is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 242 | 178 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.05 |
| HSL | 160.99º | 0.89% | 0.55% | - |
| HSV(B) | 160.99º | 0.83% | 0.95% | - |
| XYZ | 40.66 | 67.17 | 52.94 | - |
| YUV | 174.31 | 130.08 | 32.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 242 | 178 | 0.83 | 0 | 0.26 | 0.05 | 160.99 | 0.89 | 0.55 |
| Hex | 28 | F2 | B2 | 53 | 0 | 1A | 5 | A1 | 59 | 37 |
| Octal | 50 | 362 | 262 | 123 | 0 | 32 | 5 | 241 | 131 | 67 |
| Binary | 101000 | 11110010 | 10110010 | 1010011 | 0 | 11010 | 101 | 10100001 | 1011001 | 110111 |
Color Harmonies of #28F2B2
Complementary color
Monochromatic Colors of #28F2B2
Black with #28F2B2
Text Example
Text Example
White with #28F2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F2B2; }
p { color: rgb(40,242,178); }
H1.HeaderClassName
{
color: #28F2B2;
}
.AnyTagClassName
{
color: #28F2B2;
}
</style>
background-color css
<style>
a { background-color: #28F2B2; }
a { background-color: rgb(40,242,178); }
div.DivClassName
{
background-color: #28F2B2;
}
.BgClassName
{
background-color: #28F2B2;
}
</style>
border-color css
<style>
span { border-color: #28F2B2; }
span { border-color: rgb(40,242,178); }
td.TdClassName
{
border-color: #28F2B2;
}
.TagClassName
{
border-color: #28F2B2;
}
</style>