Shades of Turquoise #28FCBA
Tints of Turquoise #28FCBA
RGB
CMYK
RGB Variations
Color information
#28FCBA (or 0x28FCBA) is known color: Turquoise. HEX triplet: 28, FC and BA. RGB value is (40,252,186). Sum of RGB (Red+Green+Blue) = 40+252+186=478 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.37% from 478); Green value is 252 (98.83% from 255 or 52.72% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 252 - color contains mainly: green. Hex color #28FCBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FCBA is #D70345. Grayscale: #B5B5B5. Windows color (decimal): -14091078 or 12254248. OLE color: 12254248.
HSL color Cylindrical-coordinate representation of color #28FCBA: hue angle of 161.32º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FCBA is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 252 | 186 | - |
| CMYK | 0.84 | 0 | 0.26 | 0.01 |
| HSL | 161.32º | 0.97% | 0.57% | - |
| HSV(B) | 161.32º | 0.84% | 0.99% | - |
| XYZ | 44.55 | 73.62 | 58.32 | - |
| YUV | 181.09 | 130.76 | 27.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 252 | 186 | 0.84 | 0 | 0.26 | 0.01 | 161.32 | 0.97 | 0.57 |
| Hex | 28 | FC | BA | 54 | 0 | 1A | 1 | A1 | 61 | 39 |
| Octal | 50 | 374 | 272 | 124 | 0 | 32 | 1 | 241 | 141 | 71 |
| Binary | 101000 | 11111100 | 10111010 | 1010100 | 0 | 11010 | 1 | 10100001 | 1100001 | 111001 |
Color Harmonies of #28FCBA
Complementary color
Monochromatic Colors of #28FCBA
Black with #28FCBA
Text Example
Text Example
White with #28FCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FCBA; }
p { color: rgb(40,252,186); }
H1.HeaderClassName
{
color: #28FCBA;
}
.AnyTagClassName
{
color: #28FCBA;
}
</style>
background-color css
<style>
a { background-color: #28FCBA; }
a { background-color: rgb(40,252,186); }
div.DivClassName
{
background-color: #28FCBA;
}
.BgClassName
{
background-color: #28FCBA;
}
</style>
border-color css
<style>
span { border-color: #28FCBA; }
span { border-color: rgb(40,252,186); }
td.TdClassName
{
border-color: #28FCBA;
}
.TagClassName
{
border-color: #28FCBA;
}
</style>