Shades of Turquoise #28EEDE
Tints of Turquoise #28EEDE
RGB
CMYK
RGB Variations
Color information
#28EEDE (or 0x28EEDE) is known color: Turquoise. HEX triplet: 28, EE and DE. RGB value is (40,238,222). Sum of RGB (Red+Green+Blue) = 40+238+222=500 (66% of max value = 765). Red value is 40 (16.02% from 255 or 8% from 500); Green value is 238 (93.36% from 255 or 47.6% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 238 - color contains mainly: green. Hex color #28EEDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EEDE is #D71121. Grayscale: #B0B0B0. Windows color (decimal): -14094626 or 14609960. OLE color: 14609960.
HSL color Cylindrical-coordinate representation of color #28EEDE: hue angle of 175.15º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EEDE is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 238 | 222 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.07 |
| HSL | 175.15º | 0.85% | 0.55% | - |
| HSV(B) | 175.15º | 0.83% | 0.93% | - |
| XYZ | 44.63 | 66.87 | 79.66 | - |
| YUV | 176.97 | 153.4 | 30.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 238 | 222 | 0.83 | 0 | 0.07 | 0.07 | 175.15 | 0.85 | 0.55 |
| Hex | 28 | EE | DE | 53 | 0 | 7 | 7 | AF | 55 | 37 |
| Octal | 50 | 356 | 336 | 123 | 0 | 7 | 7 | 257 | 125 | 67 |
| Binary | 101000 | 11101110 | 11011110 | 1010011 | 0 | 111 | 111 | 10101111 | 1010101 | 110111 |
Color Harmonies of #28EEDE
Complementary color
Monochromatic Colors of #28EEDE
Black with #28EEDE
Text Example
Text Example
White with #28EEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EEDE; }
p { color: rgb(40,238,222); }
H1.HeaderClassName
{
color: #28EEDE;
}
.AnyTagClassName
{
color: #28EEDE;
}
</style>
background-color css
<style>
a { background-color: #28EEDE; }
a { background-color: rgb(40,238,222); }
div.DivClassName
{
background-color: #28EEDE;
}
.BgClassName
{
background-color: #28EEDE;
}
</style>
border-color css
<style>
span { border-color: #28EEDE; }
span { border-color: rgb(40,238,222); }
td.TdClassName
{
border-color: #28EEDE;
}
.TagClassName
{
border-color: #28EEDE;
}
</style>