Shades of Turquoise #28EEBF
Tints of Turquoise #28EEBF
RGB
CMYK
RGB Variations
Color information
#28EEBF (or 0x28EEBF) is known color: Turquoise. HEX triplet: 28, EE and BF. RGB value is (40,238,191). Sum of RGB (Red+Green+Blue) = 40+238+191=469 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.53% from 469); Green value is 238 (93.36% from 255 or 50.75% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 238 - color contains mainly: green. Hex color #28EEBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EEBF is #D71140. Grayscale: #ADADAD. Windows color (decimal): -14094657 or 12578344. OLE color: 12578344.
HSL color Cylindrical-coordinate representation of color #28EEBF: hue angle of 165.76º 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 #28EEBF is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 238 | 191 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.07 |
| HSL | 165.76º | 0.85% | 0.55% | - |
| HSV(B) | 165.76º | 0.83% | 0.93% | - |
| XYZ | 40.85 | 65.36 | 59.75 | - |
| YUV | 173.44 | 137.9 | 32.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 238 | 191 | 0.83 | 0 | 0.20 | 0.07 | 165.76 | 0.85 | 0.55 |
| Hex | 28 | EE | BF | 53 | 0 | 14 | 7 | A6 | 55 | 37 |
| Octal | 50 | 356 | 277 | 123 | 0 | 24 | 7 | 246 | 125 | 67 |
| Binary | 101000 | 11101110 | 10111111 | 1010011 | 0 | 10100 | 111 | 10100110 | 1010101 | 110111 |
Color Harmonies of #28EEBF
Complementary color
Monochromatic Colors of #28EEBF
Black with #28EEBF
Text Example
Text Example
White with #28EEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EEBF; }
p { color: rgb(40,238,191); }
H1.HeaderClassName
{
color: #28EEBF;
}
.AnyTagClassName
{
color: #28EEBF;
}
</style>
background-color css
<style>
a { background-color: #28EEBF; }
a { background-color: rgb(40,238,191); }
div.DivClassName
{
background-color: #28EEBF;
}
.BgClassName
{
background-color: #28EEBF;
}
</style>
border-color css
<style>
span { border-color: #28EEBF; }
span { border-color: rgb(40,238,191); }
td.TdClassName
{
border-color: #28EEBF;
}
.TagClassName
{
border-color: #28EEBF;
}
</style>