Shades of Turquoise #28FABD
Tints of Turquoise #28FABD
RGB
CMYK
RGB Variations
Color information
#28FABD (or 0x28FABD) is known color: Turquoise. HEX triplet: 28, FA and BD. RGB value is (40,250,189). Sum of RGB (Red+Green+Blue) = 40+250+189=479 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.35% from 479); Green value is 250 (98.05% from 255 or 52.19% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 250 - color contains mainly: green. Hex color #28FABD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FABD is #D70542. Grayscale: #B4B4B4. Windows color (decimal): -14091587 or 12450344. OLE color: 12450344.
HSL color Cylindrical-coordinate representation of color #28FABD: hue angle of 162.57º 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 #28FABD is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 250 | 189 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.02 |
| HSL | 162.57º | 0.95% | 0.57% | - |
| HSV(B) | 162.57º | 0.84% | 0.98% | - |
| XYZ | 44.25 | 72.5 | 59.81 | - |
| YUV | 180.26 | 132.93 | 27.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 250 | 189 | 0.84 | 0 | 0.24 | 0.02 | 162.57 | 0.95 | 0.57 |
| Hex | 28 | FA | BD | 54 | 0 | 18 | 2 | A3 | 5F | 39 |
| Octal | 50 | 372 | 275 | 124 | 0 | 30 | 2 | 243 | 137 | 71 |
| Binary | 101000 | 11111010 | 10111101 | 1010100 | 0 | 11000 | 10 | 10100011 | 1011111 | 111001 |
Color Harmonies of #28FABD
Complementary color
Monochromatic Colors of #28FABD
Black with #28FABD
Text Example
Text Example
White with #28FABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FABD; }
p { color: rgb(40,250,189); }
H1.HeaderClassName
{
color: #28FABD;
}
.AnyTagClassName
{
color: #28FABD;
}
</style>
background-color css
<style>
a { background-color: #28FABD; }
a { background-color: rgb(40,250,189); }
div.DivClassName
{
background-color: #28FABD;
}
.BgClassName
{
background-color: #28FABD;
}
</style>
border-color css
<style>
span { border-color: #28FABD; }
span { border-color: rgb(40,250,189); }
td.TdClassName
{
border-color: #28FABD;
}
.TagClassName
{
border-color: #28FABD;
}
</style>