Shades of Turquoise #28EAD1
Tints of Turquoise #28EAD1
RGB
CMYK
RGB Variations
Color information
#28EAD1 (or 0x28EAD1) is known color: Turquoise. HEX triplet: 28, EA and D1. RGB value is (40,234,209). Sum of RGB (Red+Green+Blue) = 40+234+209=483 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.28% from 483); Green value is 234 (91.80% from 255 or 48.45% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 234 - color contains mainly: green. Hex color #28EAD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EAD1 is #D7152E. Grayscale: #ADADAD. Windows color (decimal): -14095663 or 13756968. OLE color: 13756968.
HSL color Cylindrical-coordinate representation of color #28EAD1: hue angle of 172.27º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EAD1 is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 234 | 209 | - |
| CMYK | 0.83 | 0 | 0.11 | 0.08 |
| HSL | 172.27º | 0.82% | 0.54% | - |
| HSV(B) | 172.27º | 0.83% | 0.92% | - |
| XYZ | 41.81 | 63.9 | 70.45 | - |
| YUV | 173.14 | 148.23 | 33.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 234 | 209 | 0.83 | 0 | 0.11 | 0.08 | 172.27 | 0.82 | 0.54 |
| Hex | 28 | EA | D1 | 53 | 0 | B | 8 | AC | 52 | 36 |
| Octal | 50 | 352 | 321 | 123 | 0 | 13 | 10 | 254 | 122 | 66 |
| Binary | 101000 | 11101010 | 11010001 | 1010011 | 0 | 1011 | 1000 | 10101100 | 1010010 | 110110 |
Color Harmonies of #28EAD1
Complementary color
Monochromatic Colors of #28EAD1
Black with #28EAD1
Text Example
Text Example
White with #28EAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EAD1; }
p { color: rgb(40,234,209); }
H1.HeaderClassName
{
color: #28EAD1;
}
.AnyTagClassName
{
color: #28EAD1;
}
</style>
background-color css
<style>
a { background-color: #28EAD1; }
a { background-color: rgb(40,234,209); }
div.DivClassName
{
background-color: #28EAD1;
}
.BgClassName
{
background-color: #28EAD1;
}
</style>
border-color css
<style>
span { border-color: #28EAD1; }
span { border-color: rgb(40,234,209); }
td.TdClassName
{
border-color: #28EAD1;
}
.TagClassName
{
border-color: #28EAD1;
}
</style>