Shades of Bright Turquoise #28D4EB
Tints of Bright Turquoise #28D4EB
RGB
CMYK
RGB Variations
Color information
#28D4EB (or 0x28D4EB) is known color: Bright Turquoise. HEX triplet: 28, D4 and EB. RGB value is (40,212,235). Sum of RGB (Red+Green+Blue) = 40+212+235=487 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.21% from 487); Green value is 212 (83.20% from 255 or 43.53% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #28D4EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28D4EB is #D72B14. Grayscale: #A2A2A2. Windows color (decimal): -14101269 or 15455272. OLE color: 15455272.
HSL color Cylindrical-coordinate representation of color #28D4EB: hue angle of 187.08º 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 #28D4EB is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 212 | 235 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.08 |
| HSL | 187.08º | 0.83% | 0.54% | - |
| HSV(B) | 187.08º | 0.83% | 0.92% | - |
| XYZ | 39.41 | 53.54 | 86.85 | - |
| YUV | 163.19 | 168.52 | 40.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 212 | 235 | 0.83 | 0.10 | 0 | 0.08 | 187.08 | 0.83 | 0.54 |
| Hex | 28 | D4 | EB | 53 | A | 0 | 8 | BB | 53 | 36 |
| Octal | 50 | 324 | 353 | 123 | 12 | 0 | 10 | 273 | 123 | 66 |
| Binary | 101000 | 11010100 | 11101011 | 1010011 | 1010 | 0 | 1000 | 10111011 | 1010011 | 110110 |
Color Harmonies of #28D4EB
Complementary color
Monochromatic Colors of #28D4EB
Black with #28D4EB
Text Example
Text Example
White with #28D4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D4EB; }
p { color: rgb(40,212,235); }
H1.HeaderClassName
{
color: #28D4EB;
}
.AnyTagClassName
{
color: #28D4EB;
}
</style>
background-color css
<style>
a { background-color: #28D4EB; }
a { background-color: rgb(40,212,235); }
div.DivClassName
{
background-color: #28D4EB;
}
.BgClassName
{
background-color: #28D4EB;
}
</style>
border-color css
<style>
span { border-color: #28D4EB; }
span { border-color: rgb(40,212,235); }
td.TdClassName
{
border-color: #28D4EB;
}
.TagClassName
{
border-color: #28D4EB;
}
</style>