Shades of Turquoise #28EDCE
Tints of Turquoise #28EDCE
RGB
CMYK
RGB Variations
Color information
#28EDCE (or 0x28EDCE) is known color: Turquoise. HEX triplet: 28, ED and CE. RGB value is (40,237,206). Sum of RGB (Red+Green+Blue) = 40+237+206=483 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.28% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #28EDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EDCE is #D71231. Grayscale: #AEAEAE. Windows color (decimal): -14094898 or 13561128. OLE color: 13561128.
HSL color Cylindrical-coordinate representation of color #28EDCE: hue angle of 170.56º 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 #28EDCE is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 237 | 206 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.07 |
| HSL | 170.56º | 0.85% | 0.54% | - |
| HSV(B) | 170.56º | 0.83% | 0.93% | - |
| XYZ | 42.3 | 65.48 | 68.8 | - |
| YUV | 174.56 | 145.73 | 32.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 237 | 206 | 0.83 | 0 | 0.13 | 0.07 | 170.56 | 0.85 | 0.54 |
| Hex | 28 | ED | CE | 53 | 0 | D | 7 | AB | 55 | 36 |
| Octal | 50 | 355 | 316 | 123 | 0 | 15 | 7 | 253 | 125 | 66 |
| Binary | 101000 | 11101101 | 11001110 | 1010011 | 0 | 1101 | 111 | 10101011 | 1010101 | 110110 |
Color Harmonies of #28EDCE
Complementary color
Monochromatic Colors of #28EDCE
Black with #28EDCE
Text Example
Text Example
White with #28EDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EDCE; }
p { color: rgb(40,237,206); }
H1.HeaderClassName
{
color: #28EDCE;
}
.AnyTagClassName
{
color: #28EDCE;
}
</style>
background-color css
<style>
a { background-color: #28EDCE; }
a { background-color: rgb(40,237,206); }
div.DivClassName
{
background-color: #28EDCE;
}
.BgClassName
{
background-color: #28EDCE;
}
</style>
border-color css
<style>
span { border-color: #28EDCE; }
span { border-color: rgb(40,237,206); }
td.TdClassName
{
border-color: #28EDCE;
}
.TagClassName
{
border-color: #28EDCE;
}
</style>