Shades of Turquoise #28EEBB
Tints of Turquoise #28EEBB
RGB
CMYK
RGB Variations
Color information
#28EEBB (or 0x28EEBB) is known color: Turquoise. HEX triplet: 28, EE and BB. RGB value is (40,238,187). Sum of RGB (Red+Green+Blue) = 40+238+187=465 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.60% from 465); Green value is 238 (93.36% from 255 or 51.18% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 238 - color contains mainly: green. Hex color #28EEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EEBB is #D71144. Grayscale: #ACACAC. Windows color (decimal): -14094661 or 12316200. OLE color: 12316200.
HSL color Cylindrical-coordinate representation of color #28EEBB: hue angle of 164.55º 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 #28EEBB is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 238 | 187 | - |
| CMYK | 0.83 | 0 | 0.21 | 0.07 |
| HSL | 164.55º | 0.85% | 0.55% | - |
| HSV(B) | 164.55º | 0.83% | 0.93% | - |
| XYZ | 40.42 | 65.19 | 57.47 | - |
| YUV | 172.98 | 135.9 | 33.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 238 | 187 | 0.83 | 0 | 0.21 | 0.07 | 164.55 | 0.85 | 0.55 |
| Hex | 28 | EE | BB | 53 | 0 | 15 | 7 | A5 | 55 | 37 |
| Octal | 50 | 356 | 273 | 123 | 0 | 25 | 7 | 245 | 125 | 67 |
| Binary | 101000 | 11101110 | 10111011 | 1010011 | 0 | 10101 | 111 | 10100101 | 1010101 | 110111 |
Color Harmonies of #28EEBB
Complementary color
Monochromatic Colors of #28EEBB
Black with #28EEBB
Text Example
Text Example
White with #28EEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EEBB; }
p { color: rgb(40,238,187); }
H1.HeaderClassName
{
color: #28EEBB;
}
.AnyTagClassName
{
color: #28EEBB;
}
</style>
background-color css
<style>
a { background-color: #28EEBB; }
a { background-color: rgb(40,238,187); }
div.DivClassName
{
background-color: #28EEBB;
}
.BgClassName
{
background-color: #28EEBB;
}
</style>
border-color css
<style>
span { border-color: #28EEBB; }
span { border-color: rgb(40,238,187); }
td.TdClassName
{
border-color: #28EEBB;
}
.TagClassName
{
border-color: #28EEBB;
}
</style>