Shades of Bright Turquoise #28E4ED
Tints of Bright Turquoise #28E4ED
RGB
CMYK
RGB Variations
Color information
#28E4ED (or 0x28E4ED) is known color: Bright Turquoise. HEX triplet: 28, E4 and ED. RGB value is (40,228,237). Sum of RGB (Red+Green+Blue) = 40+228+237=505 (66% of max value = 765). Red value is 40 (16.02% from 255 or 7.92% from 505); Green value is 228 (89.45% from 255 or 45.15% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #28E4ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28E4ED is #D71B12. Grayscale: #ACACAC. Windows color (decimal): -14097171 or 15590440. OLE color: 15590440.
HSL color Cylindrical-coordinate representation of color #28E4ED: hue angle of 182.74º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E4ED is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 228 | 237 | - |
| CMYK | 0.83 | 0.04 | 0 | 0.07 |
| HSL | 182.74º | 0.85% | 0.54% | - |
| HSV(B) | 182.74º | 0.83% | 0.93% | - |
| XYZ | 43.9 | 62.05 | 89.78 | - |
| YUV | 172.81 | 164.22 | 33.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 228 | 237 | 0.83 | 0.04 | 0 | 0.07 | 182.74 | 0.85 | 0.54 |
| Hex | 28 | E4 | ED | 53 | 4 | 0 | 7 | B7 | 55 | 36 |
| Octal | 50 | 344 | 355 | 123 | 4 | 0 | 7 | 267 | 125 | 66 |
| Binary | 101000 | 11100100 | 11101101 | 1010011 | 100 | 0 | 111 | 10110111 | 1010101 | 110110 |
Color Harmonies of #28E4ED
Complementary color
Monochromatic Colors of #28E4ED
Black with #28E4ED
Text Example
Text Example
White with #28E4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E4ED; }
p { color: rgb(40,228,237); }
H1.HeaderClassName
{
color: #28E4ED;
}
.AnyTagClassName
{
color: #28E4ED;
}
</style>
background-color css
<style>
a { background-color: #28E4ED; }
a { background-color: rgb(40,228,237); }
div.DivClassName
{
background-color: #28E4ED;
}
.BgClassName
{
background-color: #28E4ED;
}
</style>
border-color css
<style>
span { border-color: #28E4ED; }
span { border-color: rgb(40,228,237); }
td.TdClassName
{
border-color: #28E4ED;
}
.TagClassName
{
border-color: #28E4ED;
}
</style>