Shades of Turquoise #28F8BB
Tints of Turquoise #28F8BB
RGB
CMYK
RGB Variations
Color information
#28F8BB (or 0x28F8BB) is known color: Turquoise. HEX triplet: 28, F8 and BB. RGB value is (40,248,187). Sum of RGB (Red+Green+Blue) = 40+248+187=475 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.42% from 475); Green value is 248 (97.27% from 255 or 52.21% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 248 - color contains mainly: green. Hex color #28F8BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F8BB is #D70744. Grayscale: #B2B2B2. Windows color (decimal): -14092101 or 12318760. OLE color: 12318760.
HSL color Cylindrical-coordinate representation of color #28F8BB: hue angle of 162.4º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F8BB is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 248 | 187 | - |
| CMYK | 0.84 | 0 | 0.25 | 0.03 |
| HSL | 162.4º | 0.94% | 0.56% | - |
| HSV(B) | 162.4º | 0.84% | 0.97% | - |
| XYZ | 43.41 | 71.17 | 58.46 | - |
| YUV | 178.85 | 132.59 | 28.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 248 | 187 | 0.84 | 0 | 0.25 | 0.03 | 162.4 | 0.94 | 0.56 |
| Hex | 28 | F8 | BB | 54 | 0 | 19 | 3 | A2 | 5E | 38 |
| Octal | 50 | 370 | 273 | 124 | 0 | 31 | 3 | 242 | 136 | 70 |
| Binary | 101000 | 11111000 | 10111011 | 1010100 | 0 | 11001 | 11 | 10100010 | 1011110 | 111000 |
Color Harmonies of #28F8BB
Complementary color
Monochromatic Colors of #28F8BB
Black with #28F8BB
Text Example
Text Example
White with #28F8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F8BB; }
p { color: rgb(40,248,187); }
H1.HeaderClassName
{
color: #28F8BB;
}
.AnyTagClassName
{
color: #28F8BB;
}
</style>
background-color css
<style>
a { background-color: #28F8BB; }
a { background-color: rgb(40,248,187); }
div.DivClassName
{
background-color: #28F8BB;
}
.BgClassName
{
background-color: #28F8BB;
}
</style>
border-color css
<style>
span { border-color: #28F8BB; }
span { border-color: rgb(40,248,187); }
td.TdClassName
{
border-color: #28F8BB;
}
.TagClassName
{
border-color: #28F8BB;
}
</style>