Shades of Turquoise #28FEBF
Tints of Turquoise #28FEBF
RGB
CMYK
RGB Variations
Color information
#28FEBF (or 0x28FEBF) is known color: Turquoise. HEX triplet: 28, FE and BF. RGB value is (40,254,191). Sum of RGB (Red+Green+Blue) = 40+254+191=485 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.25% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #28FEBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FEBF is #D70140. Grayscale: #B6B6B6. Windows color (decimal): -14090561 or 12582440. OLE color: 12582440.
HSL color Cylindrical-coordinate representation of color #28FEBF: hue angle of 162.34º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FEBF is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 254 | 191 | - |
| CMYK | 0.84 | 0 | 0.25 | 0.00 |
| HSL | 162.34º | 0.99% | 0.58% | - |
| HSV(B) | 162.34º | 0.84% | 1% | - |
| XYZ | 45.72 | 75.1 | 61.38 | - |
| YUV | 182.83 | 132.6 | 26.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 254 | 191 | 0.84 | 0 | 0.25 | 0.00 | 162.34 | 0.99 | 0.58 |
| Hex | 28 | FE | BF | 54 | 0 | 19 | 0 | A2 | 63 | 3A |
| Octal | 50 | 376 | 277 | 124 | 0 | 31 | 0 | 242 | 143 | 72 |
| Binary | 101000 | 11111110 | 10111111 | 1010100 | 0 | 11001 | 0 | 10100010 | 1100011 | 111010 |
Color Harmonies of #28FEBF
Complementary color
Monochromatic Colors of #28FEBF
Black with #28FEBF
Text Example
Text Example
White with #28FEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FEBF; }
p { color: rgb(40,254,191); }
H1.HeaderClassName
{
color: #28FEBF;
}
.AnyTagClassName
{
color: #28FEBF;
}
</style>
background-color css
<style>
a { background-color: #28FEBF; }
a { background-color: rgb(40,254,191); }
div.DivClassName
{
background-color: #28FEBF;
}
.BgClassName
{
background-color: #28FEBF;
}
</style>
border-color css
<style>
span { border-color: #28FEBF; }
span { border-color: rgb(40,254,191); }
td.TdClassName
{
border-color: #28FEBF;
}
.TagClassName
{
border-color: #28FEBF;
}
</style>