Shades of Turquoise #28FBC0
Tints of Turquoise #28FBC0
RGB
CMYK
RGB Variations
Color information
#28FBC0 (or 0x28FBC0) is known color: Turquoise. HEX triplet: 28, FB and C0. RGB value is (40,251,192). Sum of RGB (Red+Green+Blue) = 40+251+192=483 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.28% from 483); Green value is 251 (98.44% from 255 or 51.97% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 251 - color contains mainly: green. Hex color #28FBC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FBC0 is #D7043F. Grayscale: #B5B5B5. Windows color (decimal): -14091328 or 12647208. OLE color: 12647208.
HSL color Cylindrical-coordinate representation of color #28FBC0: hue angle of 163.22º 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 #28FBC0 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 251 | 192 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.02 |
| HSL | 163.22º | 0.96% | 0.57% | - |
| HSV(B) | 163.22º | 0.84% | 0.98% | - |
| XYZ | 44.89 | 73.25 | 61.64 | - |
| YUV | 181.19 | 134.1 | 27.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 251 | 192 | 0.84 | 0 | 0.24 | 0.02 | 163.22 | 0.96 | 0.57 |
| Hex | 28 | FB | C0 | 54 | 0 | 18 | 2 | A3 | 60 | 39 |
| Octal | 50 | 373 | 300 | 124 | 0 | 30 | 2 | 243 | 140 | 71 |
| Binary | 101000 | 11111011 | 11000000 | 1010100 | 0 | 11000 | 10 | 10100011 | 1100000 | 111001 |
Color Harmonies of #28FBC0
Complementary color
Monochromatic Colors of #28FBC0
Black with #28FBC0
Text Example
Text Example
White with #28FBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FBC0; }
p { color: rgb(40,251,192); }
H1.HeaderClassName
{
color: #28FBC0;
}
.AnyTagClassName
{
color: #28FBC0;
}
</style>
background-color css
<style>
a { background-color: #28FBC0; }
a { background-color: rgb(40,251,192); }
div.DivClassName
{
background-color: #28FBC0;
}
.BgClassName
{
background-color: #28FBC0;
}
</style>
border-color css
<style>
span { border-color: #28FBC0; }
span { border-color: rgb(40,251,192); }
td.TdClassName
{
border-color: #28FBC0;
}
.TagClassName
{
border-color: #28FBC0;
}
</style>