Shades of Turquoise #28FEBD
Tints of Turquoise #28FEBD
RGB
CMYK
RGB Variations
Color information
#28FEBD (or 0x28FEBD) is known color: Turquoise. HEX triplet: 28, FE and BD. RGB value is (40,254,189). Sum of RGB (Red+Green+Blue) = 40+254+189=483 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.28% from 483); Green value is 254 (99.61% from 255 or 52.59% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 254 - color contains mainly: green. Hex color #28FEBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FEBD is #D70142. Grayscale: #B6B6B6. Windows color (decimal): -14090563 or 12451368. OLE color: 12451368.
HSL color Cylindrical-coordinate representation of color #28FEBD: hue angle of 161.78º 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 #28FEBD is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 254 | 189 | - |
| CMYK | 0.84 | 0 | 0.26 | 0.00 |
| HSL | 161.78º | 0.99% | 0.58% | - |
| HSV(B) | 161.78º | 0.84% | 1% | - |
| XYZ | 45.5 | 75.01 | 60.22 | - |
| YUV | 182.6 | 131.6 | 26.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 254 | 189 | 0.84 | 0 | 0.26 | 0.00 | 161.78 | 0.99 | 0.58 |
| Hex | 28 | FE | BD | 54 | 0 | 1A | 0 | A2 | 63 | 3A |
| Octal | 50 | 376 | 275 | 124 | 0 | 32 | 0 | 242 | 143 | 72 |
| Binary | 101000 | 11111110 | 10111101 | 1010100 | 0 | 11010 | 0 | 10100010 | 1100011 | 111010 |
Color Harmonies of #28FEBD
Complementary color
Monochromatic Colors of #28FEBD
Black with #28FEBD
Text Example
Text Example
White with #28FEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FEBD; }
p { color: rgb(40,254,189); }
H1.HeaderClassName
{
color: #28FEBD;
}
.AnyTagClassName
{
color: #28FEBD;
}
</style>
background-color css
<style>
a { background-color: #28FEBD; }
a { background-color: rgb(40,254,189); }
div.DivClassName
{
background-color: #28FEBD;
}
.BgClassName
{
background-color: #28FEBD;
}
</style>
border-color css
<style>
span { border-color: #28FEBD; }
span { border-color: rgb(40,254,189); }
td.TdClassName
{
border-color: #28FEBD;
}
.TagClassName
{
border-color: #28FEBD;
}
</style>