Shades of Turquoise #28EAC6
Tints of Turquoise #28EAC6
RGB
CMYK
RGB Variations
Color information
#28EAC6 (or 0x28EAC6) is known color: Turquoise. HEX triplet: 28, EA and C6. RGB value is (40,234,198). Sum of RGB (Red+Green+Blue) = 40+234+198=472 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.47% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #28EAC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EAC6 is #D71539. Grayscale: #ABABAB. Windows color (decimal): -14095674 or 13036072. OLE color: 13036072.
HSL color Cylindrical-coordinate representation of color #28EAC6: hue angle of 168.87º 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 #28EAC6 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 234 | 198 | - |
| CMYK | 0.83 | 0 | 0.15 | 0.08 |
| HSL | 168.87º | 0.82% | 0.54% | - |
| HSV(B) | 168.87º | 0.83% | 0.92% | - |
| XYZ | 40.49 | 63.37 | 63.52 | - |
| YUV | 171.89 | 142.73 | 33.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 234 | 198 | 0.83 | 0 | 0.15 | 0.08 | 168.87 | 0.82 | 0.54 |
| Hex | 28 | EA | C6 | 53 | 0 | F | 8 | A9 | 52 | 36 |
| Octal | 50 | 352 | 306 | 123 | 0 | 17 | 10 | 251 | 122 | 66 |
| Binary | 101000 | 11101010 | 11000110 | 1010011 | 0 | 1111 | 1000 | 10101001 | 1010010 | 110110 |
Color Harmonies of #28EAC6
Complementary color
Monochromatic Colors of #28EAC6
Black with #28EAC6
Text Example
Text Example
White with #28EAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EAC6; }
p { color: rgb(40,234,198); }
H1.HeaderClassName
{
color: #28EAC6;
}
.AnyTagClassName
{
color: #28EAC6;
}
</style>
background-color css
<style>
a { background-color: #28EAC6; }
a { background-color: rgb(40,234,198); }
div.DivClassName
{
background-color: #28EAC6;
}
.BgClassName
{
background-color: #28EAC6;
}
</style>
border-color css
<style>
span { border-color: #28EAC6; }
span { border-color: rgb(40,234,198); }
td.TdClassName
{
border-color: #28EAC6;
}
.TagClassName
{
border-color: #28EAC6;
}
</style>