Shades of Bright Turquoise #28EBE5
Tints of Bright Turquoise #28EBE5
RGB
CMYK
RGB Variations
Color information
#28EBE5 (or 0x28EBE5) is known color: Bright Turquoise. HEX triplet: 28, EB and E5. RGB value is (40,235,229). Sum of RGB (Red+Green+Blue) = 40+235+229=504 (66% of max value = 765). Red value is 40 (16.02% from 255 or 7.94% from 504); Green value is 235 (92.19% from 255 or 46.63% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 235 - color contains mainly: green. Hex color #28EBE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EBE5 is #D7141A. Grayscale: #AFAFAF. Windows color (decimal): -14095387 or 15067944. OLE color: 15067944.
HSL color Cylindrical-coordinate representation of color #28EBE5: hue angle of 178.15º degrees, saturation: 0.83, 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 #28EBE5 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 235 | 229 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.08 |
| HSL | 178.15º | 0.83% | 0.54% | - |
| HSV(B) | 178.15º | 0.83% | 0.92% | - |
| XYZ | 44.73 | 65.52 | 84.42 | - |
| YUV | 176.01 | 157.9 | 30.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 235 | 229 | 0.83 | 0 | 0.03 | 0.08 | 178.15 | 0.83 | 0.54 |
| Hex | 28 | EB | E5 | 53 | 0 | 3 | 8 | B2 | 53 | 36 |
| Octal | 50 | 353 | 345 | 123 | 0 | 3 | 10 | 262 | 123 | 66 |
| Binary | 101000 | 11101011 | 11100101 | 1010011 | 0 | 11 | 1000 | 10110010 | 1010011 | 110110 |
Color Harmonies of #28EBE5
Complementary color
Monochromatic Colors of #28EBE5
Black with #28EBE5
Text Example
Text Example
White with #28EBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EBE5; }
p { color: rgb(40,235,229); }
H1.HeaderClassName
{
color: #28EBE5;
}
.AnyTagClassName
{
color: #28EBE5;
}
</style>
background-color css
<style>
a { background-color: #28EBE5; }
a { background-color: rgb(40,235,229); }
div.DivClassName
{
background-color: #28EBE5;
}
.BgClassName
{
background-color: #28EBE5;
}
</style>
border-color css
<style>
span { border-color: #28EBE5; }
span { border-color: rgb(40,235,229); }
td.TdClassName
{
border-color: #28EBE5;
}
.TagClassName
{
border-color: #28EBE5;
}
</style>