Shades of Bright Turquoise #28EBED
Tints of Bright Turquoise #28EBED
RGB
CMYK
RGB Variations
Color information
#28EBED (or 0x28EBED) is known color: Bright Turquoise. HEX triplet: 28, EB and ED. RGB value is (40,235,237). Sum of RGB (Red+Green+Blue) = 40+235+237=512 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.81% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #28EBED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28EBED is #D71412. Grayscale: #B0B0B0. Windows color (decimal): -14095379 or 15592232. OLE color: 15592232.
HSL color Cylindrical-coordinate representation of color #28EBED: hue angle of 180.61º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EBED is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 235 | 237 | - |
| CMYK | 0.83 | 0.01 | 0 | 0.07 |
| HSL | 180.61º | 0.85% | 0.54% | - |
| HSV(B) | 180.61º | 0.83% | 0.93% | - |
| XYZ | 45.87 | 65.98 | 90.44 | - |
| YUV | 176.92 | 161.9 | 30.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 235 | 237 | 0.83 | 0.01 | 0 | 0.07 | 180.61 | 0.85 | 0.54 |
| Hex | 28 | EB | ED | 53 | 1 | 0 | 7 | B5 | 55 | 36 |
| Octal | 50 | 353 | 355 | 123 | 1 | 0 | 7 | 265 | 125 | 66 |
| Binary | 101000 | 11101011 | 11101101 | 1010011 | 1 | 0 | 111 | 10110101 | 1010101 | 110110 |
Color Harmonies of #28EBED
Complementary color
Monochromatic Colors of #28EBED
Black with #28EBED
Text Example
Text Example
White with #28EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EBED; }
p { color: rgb(40,235,237); }
H1.HeaderClassName
{
color: #28EBED;
}
.AnyTagClassName
{
color: #28EBED;
}
</style>
background-color css
<style>
a { background-color: #28EBED; }
a { background-color: rgb(40,235,237); }
div.DivClassName
{
background-color: #28EBED;
}
.BgClassName
{
background-color: #28EBED;
}
</style>
border-color css
<style>
span { border-color: #28EBED; }
span { border-color: rgb(40,235,237); }
td.TdClassName
{
border-color: #28EBED;
}
.TagClassName
{
border-color: #28EBED;
}
</style>