Shades of Turquoise #28FBBA
Tints of Turquoise #28FBBA
RGB
CMYK
RGB Variations
Color information
#28FBBA (or 0x28FBBA) is known color: Turquoise. HEX triplet: 28, FB and BA. RGB value is (40,251,186). Sum of RGB (Red+Green+Blue) = 40+251+186=477 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.39% from 477); Green value is 251 (98.44% from 255 or 52.62% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 251 - color contains mainly: green. Hex color #28FBBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FBBA is #D70445. Grayscale: #B4B4B4. Windows color (decimal): -14091334 or 12253992. OLE color: 12253992.
HSL color Cylindrical-coordinate representation of color #28FBBA: hue angle of 161.52º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FBBA is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 251 | 186 | - |
| CMYK | 0.84 | 0 | 0.26 | 0.02 |
| HSL | 161.52º | 0.96% | 0.57% | - |
| HSV(B) | 161.52º | 0.84% | 0.98% | - |
| XYZ | 44.24 | 72.99 | 58.21 | - |
| YUV | 180.5 | 131.1 | 27.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 251 | 186 | 0.84 | 0 | 0.26 | 0.02 | 161.52 | 0.96 | 0.57 |
| Hex | 28 | FB | BA | 54 | 0 | 1A | 2 | A2 | 60 | 39 |
| Octal | 50 | 373 | 272 | 124 | 0 | 32 | 2 | 242 | 140 | 71 |
| Binary | 101000 | 11111011 | 10111010 | 1010100 | 0 | 11010 | 10 | 10100010 | 1100000 | 111001 |
Color Harmonies of #28FBBA
Complementary color
Monochromatic Colors of #28FBBA
Black with #28FBBA
Text Example
Text Example
White with #28FBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FBBA; }
p { color: rgb(40,251,186); }
H1.HeaderClassName
{
color: #28FBBA;
}
.AnyTagClassName
{
color: #28FBBA;
}
</style>
background-color css
<style>
a { background-color: #28FBBA; }
a { background-color: rgb(40,251,186); }
div.DivClassName
{
background-color: #28FBBA;
}
.BgClassName
{
background-color: #28FBBA;
}
</style>
border-color css
<style>
span { border-color: #28FBBA; }
span { border-color: rgb(40,251,186); }
td.TdClassName
{
border-color: #28FBBA;
}
.TagClassName
{
border-color: #28FBBA;
}
</style>