Shades of Turquoise #28FDBF
Tints of Turquoise #28FDBF
RGB
CMYK
RGB Variations
Color information
#28FDBF (or 0x28FDBF) is known color: Turquoise. HEX triplet: 28, FD and BF. RGB value is (40,253,191). Sum of RGB (Red+Green+Blue) = 40+253+191=484 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.26% from 484); Green value is 253 (99.22% from 255 or 52.27% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 253 - color contains mainly: green. Hex color #28FDBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FDBF is #D70240. Grayscale: #B6B6B6. Windows color (decimal): -14090817 or 12582184. OLE color: 12582184.
HSL color Cylindrical-coordinate representation of color #28FDBF: hue angle of 162.54º degrees, saturation: 0.98, 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 #28FDBF is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 253 | 191 | - |
| CMYK | 0.84 | 0 | 0.25 | 0.01 |
| HSL | 162.54º | 0.98% | 0.57% | - |
| HSV(B) | 162.54º | 0.84% | 0.99% | - |
| XYZ | 45.4 | 74.46 | 61.27 | - |
| YUV | 182.25 | 132.93 | 26.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 253 | 191 | 0.84 | 0 | 0.25 | 0.01 | 162.54 | 0.98 | 0.57 |
| Hex | 28 | FD | BF | 54 | 0 | 19 | 1 | A3 | 62 | 39 |
| Octal | 50 | 375 | 277 | 124 | 0 | 31 | 1 | 243 | 142 | 71 |
| Binary | 101000 | 11111101 | 10111111 | 1010100 | 0 | 11001 | 1 | 10100011 | 1100010 | 111001 |
Color Harmonies of #28FDBF
Complementary color
Monochromatic Colors of #28FDBF
Black with #28FDBF
Text Example
Text Example
White with #28FDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FDBF; }
p { color: rgb(40,253,191); }
H1.HeaderClassName
{
color: #28FDBF;
}
.AnyTagClassName
{
color: #28FDBF;
}
</style>
background-color css
<style>
a { background-color: #28FDBF; }
a { background-color: rgb(40,253,191); }
div.DivClassName
{
background-color: #28FDBF;
}
.BgClassName
{
background-color: #28FDBF;
}
</style>
border-color css
<style>
span { border-color: #28FDBF; }
span { border-color: rgb(40,253,191); }
td.TdClassName
{
border-color: #28FDBF;
}
.TagClassName
{
border-color: #28FDBF;
}
</style>