Shades of Turquoise #28EDDC
Tints of Turquoise #28EDDC
RGB
CMYK
RGB Variations
Color information
#28EDDC (or 0x28EDDC) is known color: Turquoise. HEX triplet: 28, ED and DC. RGB value is (40,237,220). Sum of RGB (Red+Green+Blue) = 40+237+220=497 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.05% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 237 - color contains mainly: green. Hex color #28EDDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EDDC is #D71223. Grayscale: #B0B0B0. Windows color (decimal): -14094884 or 14478632. OLE color: 14478632.
HSL color Cylindrical-coordinate representation of color #28EDDC: hue angle of 174.82º 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 #28EDDC is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 237 | 220 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.07 |
| HSL | 174.82º | 0.85% | 0.54% | - |
| HSV(B) | 174.82º | 0.83% | 0.93% | - |
| XYZ | 44.08 | 66.19 | 78.16 | - |
| YUV | 176.16 | 152.73 | 30.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 237 | 220 | 0.83 | 0 | 0.07 | 0.07 | 174.82 | 0.85 | 0.54 |
| Hex | 28 | ED | DC | 53 | 0 | 7 | 7 | AF | 55 | 36 |
| Octal | 50 | 355 | 334 | 123 | 0 | 7 | 7 | 257 | 125 | 66 |
| Binary | 101000 | 11101101 | 11011100 | 1010011 | 0 | 111 | 111 | 10101111 | 1010101 | 110110 |
Color Harmonies of #28EDDC
Complementary color
Monochromatic Colors of #28EDDC
Black with #28EDDC
Text Example
Text Example
White with #28EDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EDDC; }
p { color: rgb(40,237,220); }
H1.HeaderClassName
{
color: #28EDDC;
}
.AnyTagClassName
{
color: #28EDDC;
}
</style>
background-color css
<style>
a { background-color: #28EDDC; }
a { background-color: rgb(40,237,220); }
div.DivClassName
{
background-color: #28EDDC;
}
.BgClassName
{
background-color: #28EDDC;
}
</style>
border-color css
<style>
span { border-color: #28EDDC; }
span { border-color: rgb(40,237,220); }
td.TdClassName
{
border-color: #28EDDC;
}
.TagClassName
{
border-color: #28EDDC;
}
</style>