Shades of Turquoise #28EEBC
Tints of Turquoise #28EEBC
RGB
CMYK
RGB Variations
Color information
#28EEBC (or 0x28EEBC) is known color: Turquoise. HEX triplet: 28, EE and BC. RGB value is (40,238,188). Sum of RGB (Red+Green+Blue) = 40+238+188=466 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.58% from 466); Green value is 238 (93.36% from 255 or 51.07% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 238 - color contains mainly: green. Hex color #28EEBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EEBC is #D71143. Grayscale: #ADADAD. Windows color (decimal): -14094660 or 12381736. OLE color: 12381736.
HSL color Cylindrical-coordinate representation of color #28EEBC: hue angle of 164.85º 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 #28EEBC is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 238 | 188 | - |
| CMYK | 0.83 | 0 | 0.21 | 0.07 |
| HSL | 164.85º | 0.85% | 0.55% | - |
| HSV(B) | 164.85º | 0.83% | 0.93% | - |
| XYZ | 40.53 | 65.23 | 58.03 | - |
| YUV | 173.1 | 136.4 | 33.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 238 | 188 | 0.83 | 0 | 0.21 | 0.07 | 164.85 | 0.85 | 0.55 |
| Hex | 28 | EE | BC | 53 | 0 | 15 | 7 | A5 | 55 | 37 |
| Octal | 50 | 356 | 274 | 123 | 0 | 25 | 7 | 245 | 125 | 67 |
| Binary | 101000 | 11101110 | 10111100 | 1010011 | 0 | 10101 | 111 | 10100101 | 1010101 | 110111 |
Color Harmonies of #28EEBC
Complementary color
Monochromatic Colors of #28EEBC
Black with #28EEBC
Text Example
Text Example
White with #28EEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EEBC; }
p { color: rgb(40,238,188); }
H1.HeaderClassName
{
color: #28EEBC;
}
.AnyTagClassName
{
color: #28EEBC;
}
</style>
background-color css
<style>
a { background-color: #28EEBC; }
a { background-color: rgb(40,238,188); }
div.DivClassName
{
background-color: #28EEBC;
}
.BgClassName
{
background-color: #28EEBC;
}
</style>
border-color css
<style>
span { border-color: #28EEBC; }
span { border-color: rgb(40,238,188); }
td.TdClassName
{
border-color: #28EEBC;
}
.TagClassName
{
border-color: #28EEBC;
}
</style>