Shades of Turquoise #28FED4
Tints of Turquoise #28FED4
RGB
CMYK
RGB Variations
Color information
#28FED4 (or 0x28FED4) is known color: Turquoise. HEX triplet: 28, FE and D4. RGB value is (40,254,212). Sum of RGB (Red+Green+Blue) = 40+254+212=506 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.91% from 506); Green value is 254 (99.61% from 255 or 50.20% from 506); Blue value is 212 (83.20% from 255 or 41.90% from 506); Max value from RGB is 254 - color contains mainly: green. Hex color #28FED4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FED4 is #D7012B. Grayscale: #B9B9B9. Windows color (decimal): -14090540 or 13958696. OLE color: 13958696.
HSL color Cylindrical-coordinate representation of color #28FED4: hue angle of 168.22º 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 #28FED4 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 254 | 212 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.00 |
| HSL | 168.22º | 0.99% | 0.58% | - |
| HSV(B) | 168.22º | 0.84% | 1% | - |
| XYZ | 48.2 | 76.09 | 74.43 | - |
| YUV | 185.23 | 143.1 | 24.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 254 | 212 | 0.84 | 0 | 0.17 | 0.00 | 168.22 | 0.99 | 0.58 |
| Hex | 28 | FE | D4 | 54 | 0 | 11 | 0 | A8 | 63 | 3A |
| Octal | 50 | 376 | 324 | 124 | 0 | 21 | 0 | 250 | 143 | 72 |
| Binary | 101000 | 11111110 | 11010100 | 1010100 | 0 | 10001 | 0 | 10101000 | 1100011 | 111010 |
Color Harmonies of #28FED4
Complementary color
Monochromatic Colors of #28FED4
Black with #28FED4
Text Example
Text Example
White with #28FED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FED4; }
p { color: rgb(40,254,212); }
H1.HeaderClassName
{
color: #28FED4;
}
.AnyTagClassName
{
color: #28FED4;
}
</style>
background-color css
<style>
a { background-color: #28FED4; }
a { background-color: rgb(40,254,212); }
div.DivClassName
{
background-color: #28FED4;
}
.BgClassName
{
background-color: #28FED4;
}
</style>
border-color css
<style>
span { border-color: #28FED4; }
span { border-color: rgb(40,254,212); }
td.TdClassName
{
border-color: #28FED4;
}
.TagClassName
{
border-color: #28FED4;
}
</style>