Shades of Bright Turquoise #28E2ED
Tints of Bright Turquoise #28E2ED
RGB
CMYK
RGB Variations
Color information
#28E2ED (or 0x28E2ED) is known color: Bright Turquoise. HEX triplet: 28, E2 and ED. RGB value is (40,226,237). Sum of RGB (Red+Green+Blue) = 40+226+237=503 (66% of max value = 765). Red value is 40 (16.02% from 255 or 7.95% from 503); Green value is 226 (88.67% from 255 or 44.93% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #28E2ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28E2ED is #D71D12. Grayscale: #ABABAB. Windows color (decimal): -14097683 or 15589928. OLE color: 15589928.
HSL color Cylindrical-coordinate representation of color #28E2ED: hue angle of 183.35º 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 #28E2ED is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 226 | 237 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.07 |
| HSL | 183.35º | 0.85% | 0.54% | - |
| HSV(B) | 183.35º | 0.83% | 0.93% | - |
| XYZ | 43.36 | 60.96 | 89.6 | - |
| YUV | 171.64 | 164.88 | 34.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 226 | 237 | 0.83 | 0.05 | 0 | 0.07 | 183.35 | 0.85 | 0.54 |
| Hex | 28 | E2 | ED | 53 | 5 | 0 | 7 | B7 | 55 | 36 |
| Octal | 50 | 342 | 355 | 123 | 5 | 0 | 7 | 267 | 125 | 66 |
| Binary | 101000 | 11100010 | 11101101 | 1010011 | 101 | 0 | 111 | 10110111 | 1010101 | 110110 |
Color Harmonies of #28E2ED
Complementary color
Monochromatic Colors of #28E2ED
Black with #28E2ED
Text Example
Text Example
White with #28E2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E2ED; }
p { color: rgb(40,226,237); }
H1.HeaderClassName
{
color: #28E2ED;
}
.AnyTagClassName
{
color: #28E2ED;
}
</style>
background-color css
<style>
a { background-color: #28E2ED; }
a { background-color: rgb(40,226,237); }
div.DivClassName
{
background-color: #28E2ED;
}
.BgClassName
{
background-color: #28E2ED;
}
</style>
border-color css
<style>
span { border-color: #28E2ED; }
span { border-color: rgb(40,226,237); }
td.TdClassName
{
border-color: #28E2ED;
}
.TagClassName
{
border-color: #28E2ED;
}
</style>