Shades of Turquoise #28FCBB
Tints of Turquoise #28FCBB
RGB
CMYK
RGB Variations
Color information
#28FCBB (or 0x28FCBB) is known color: Turquoise. HEX triplet: 28, FC and BB. RGB value is (40,252,187). Sum of RGB (Red+Green+Blue) = 40+252+187=479 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.35% from 479); Green value is 252 (98.83% from 255 or 52.61% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 252 - color contains mainly: green. Hex color #28FCBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FCBB is #D70344. Grayscale: #B5B5B5. Windows color (decimal): -14091077 or 12319784. OLE color: 12319784.
HSL color Cylindrical-coordinate representation of color #28FCBB: hue angle of 161.6º 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 #28FCBB is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 252 | 187 | - |
| CMYK | 0.84 | 0 | 0.26 | 0.01 |
| HSL | 161.6º | 0.97% | 0.57% | - |
| HSV(B) | 161.6º | 0.84% | 0.99% | - |
| XYZ | 44.66 | 73.66 | 58.88 | - |
| YUV | 181.2 | 131.26 | 27.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 252 | 187 | 0.84 | 0 | 0.26 | 0.01 | 161.6 | 0.97 | 0.57 |
| Hex | 28 | FC | BB | 54 | 0 | 1A | 1 | A2 | 61 | 39 |
| Octal | 50 | 374 | 273 | 124 | 0 | 32 | 1 | 242 | 141 | 71 |
| Binary | 101000 | 11111100 | 10111011 | 1010100 | 0 | 11010 | 1 | 10100010 | 1100001 | 111001 |
Color Harmonies of #28FCBB
Complementary color
Monochromatic Colors of #28FCBB
Black with #28FCBB
Text Example
Text Example
White with #28FCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FCBB; }
p { color: rgb(40,252,187); }
H1.HeaderClassName
{
color: #28FCBB;
}
.AnyTagClassName
{
color: #28FCBB;
}
</style>
background-color css
<style>
a { background-color: #28FCBB; }
a { background-color: rgb(40,252,187); }
div.DivClassName
{
background-color: #28FCBB;
}
.BgClassName
{
background-color: #28FCBB;
}
</style>
border-color css
<style>
span { border-color: #28FCBB; }
span { border-color: rgb(40,252,187); }
td.TdClassName
{
border-color: #28FCBB;
}
.TagClassName
{
border-color: #28FCBB;
}
</style>