Shades of Turquoise #28FABC
Tints of Turquoise #28FABC
RGB
CMYK
RGB Variations
Color information
#28FABC (or 0x28FABC) is known color: Turquoise. HEX triplet: 28, FA and BC. RGB value is (40,250,188). Sum of RGB (Red+Green+Blue) = 40+250+188=478 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.37% from 478); Green value is 250 (98.05% from 255 or 52.30% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 250 - color contains mainly: green. Hex color #28FABC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FABC is #D70543. Grayscale: #B4B4B4. Windows color (decimal): -14091588 or 12384808. OLE color: 12384808.
HSL color Cylindrical-coordinate representation of color #28FABC: hue angle of 162.29º 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 #28FABC is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 250 | 188 | - |
| CMYK | 0.84 | 0 | 0.25 | 0.02 |
| HSL | 162.29º | 0.95% | 0.57% | - |
| HSV(B) | 162.29º | 0.84% | 0.98% | - |
| XYZ | 44.14 | 72.45 | 59.24 | - |
| YUV | 180.14 | 132.43 | 28.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 250 | 188 | 0.84 | 0 | 0.25 | 0.02 | 162.29 | 0.95 | 0.57 |
| Hex | 28 | FA | BC | 54 | 0 | 19 | 2 | A2 | 5F | 39 |
| Octal | 50 | 372 | 274 | 124 | 0 | 31 | 2 | 242 | 137 | 71 |
| Binary | 101000 | 11111010 | 10111100 | 1010100 | 0 | 11001 | 10 | 10100010 | 1011111 | 111001 |
Color Harmonies of #28FABC
Complementary color
Monochromatic Colors of #28FABC
Black with #28FABC
Text Example
Text Example
White with #28FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FABC; }
p { color: rgb(40,250,188); }
H1.HeaderClassName
{
color: #28FABC;
}
.AnyTagClassName
{
color: #28FABC;
}
</style>
background-color css
<style>
a { background-color: #28FABC; }
a { background-color: rgb(40,250,188); }
div.DivClassName
{
background-color: #28FABC;
}
.BgClassName
{
background-color: #28FABC;
}
</style>
border-color css
<style>
span { border-color: #28FABC; }
span { border-color: rgb(40,250,188); }
td.TdClassName
{
border-color: #28FABC;
}
.TagClassName
{
border-color: #28FABC;
}
</style>