Shades of Turquoise #28FABF
Tints of Turquoise #28FABF
RGB
CMYK
RGB Variations
Color information
#28FABF (or 0x28FABF) is known color: Turquoise. HEX triplet: 28, FA and BF. RGB value is (40,250,191). Sum of RGB (Red+Green+Blue) = 40+250+191=481 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.32% from 481); Green value is 250 (98.05% from 255 or 51.98% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 250 - color contains mainly: green. Hex color #28FABF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FABF is #D70540. Grayscale: #B4B4B4. Windows color (decimal): -14091585 or 12581416. OLE color: 12581416.
HSL color Cylindrical-coordinate representation of color #28FABF: hue angle of 163.14º degrees, saturation: 0.95, 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 #28FABF is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 250 | 191 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.02 |
| HSL | 163.14º | 0.95% | 0.57% | - |
| HSV(B) | 163.14º | 0.84% | 0.98% | - |
| XYZ | 44.46 | 72.58 | 60.96 | - |
| YUV | 180.48 | 133.93 | 27.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 250 | 191 | 0.84 | 0 | 0.24 | 0.02 | 163.14 | 0.95 | 0.57 |
| Hex | 28 | FA | BF | 54 | 0 | 18 | 2 | A3 | 5F | 39 |
| Octal | 50 | 372 | 277 | 124 | 0 | 30 | 2 | 243 | 137 | 71 |
| Binary | 101000 | 11111010 | 10111111 | 1010100 | 0 | 11000 | 10 | 10100011 | 1011111 | 111001 |
Color Harmonies of #28FABF
Complementary color
Monochromatic Colors of #28FABF
Black with #28FABF
Text Example
Text Example
White with #28FABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FABF; }
p { color: rgb(40,250,191); }
H1.HeaderClassName
{
color: #28FABF;
}
.AnyTagClassName
{
color: #28FABF;
}
</style>
background-color css
<style>
a { background-color: #28FABF; }
a { background-color: rgb(40,250,191); }
div.DivClassName
{
background-color: #28FABF;
}
.BgClassName
{
background-color: #28FABF;
}
</style>
border-color css
<style>
span { border-color: #28FABF; }
span { border-color: rgb(40,250,191); }
td.TdClassName
{
border-color: #28FABF;
}
.TagClassName
{
border-color: #28FABF;
}
</style>