Shades of Bright Turquoise #28D8EB
Tints of Bright Turquoise #28D8EB
RGB
CMYK
RGB Variations
Color information
#28D8EB (or 0x28D8EB) is known color: Bright Turquoise. HEX triplet: 28, D8 and EB. RGB value is (40,216,235). Sum of RGB (Red+Green+Blue) = 40+216+235=491 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.15% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #28D8EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28D8EB is #D72714. Grayscale: #A5A5A5. Windows color (decimal): -14100245 or 15456296. OLE color: 15456296.
HSL color Cylindrical-coordinate representation of color #28D8EB: hue angle of 185.85º 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 #28D8EB is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 216 | 235 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.08 |
| HSL | 185.85º | 0.83% | 0.54% | - |
| HSV(B) | 185.85º | 0.83% | 0.92% | - |
| XYZ | 40.43 | 55.56 | 87.19 | - |
| YUV | 165.54 | 167.19 | 38.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 216 | 235 | 0.83 | 0.08 | 0 | 0.08 | 185.85 | 0.83 | 0.54 |
| Hex | 28 | D8 | EB | 53 | 8 | 0 | 8 | BA | 53 | 36 |
| Octal | 50 | 330 | 353 | 123 | 10 | 0 | 10 | 272 | 123 | 66 |
| Binary | 101000 | 11011000 | 11101011 | 1010011 | 1000 | 0 | 1000 | 10111010 | 1010011 | 110110 |
Color Harmonies of #28D8EB
Complementary color
Monochromatic Colors of #28D8EB
Black with #28D8EB
Text Example
Text Example
White with #28D8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D8EB; }
p { color: rgb(40,216,235); }
H1.HeaderClassName
{
color: #28D8EB;
}
.AnyTagClassName
{
color: #28D8EB;
}
</style>
background-color css
<style>
a { background-color: #28D8EB; }
a { background-color: rgb(40,216,235); }
div.DivClassName
{
background-color: #28D8EB;
}
.BgClassName
{
background-color: #28D8EB;
}
</style>
border-color css
<style>
span { border-color: #28D8EB; }
span { border-color: rgb(40,216,235); }
td.TdClassName
{
border-color: #28D8EB;
}
.TagClassName
{
border-color: #28D8EB;
}
</style>