Shades of Bright Turquoise #28DBEB
Tints of Bright Turquoise #28DBEB
RGB
CMYK
RGB Variations
Color information
#28DBEB (or 0x28DBEB) is known color: Bright Turquoise. HEX triplet: 28, DB and EB. RGB value is (40,219,235). Sum of RGB (Red+Green+Blue) = 40+219+235=494 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.10% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #28DBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DBEB is #D72414. Grayscale: #A7A7A7. Windows color (decimal): -14099477 or 15457064. OLE color: 15457064.
HSL color Cylindrical-coordinate representation of color #28DBEB: hue angle of 184.92º 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 #28DBEB is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 219 | 235 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.08 |
| HSL | 184.92º | 0.83% | 0.54% | - |
| HSV(B) | 184.92º | 0.83% | 0.92% | - |
| XYZ | 41.2 | 57.11 | 87.45 | - |
| YUV | 167.3 | 166.2 | 37.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 219 | 235 | 0.83 | 0.07 | 0 | 0.08 | 184.92 | 0.83 | 0.54 |
| Hex | 28 | DB | EB | 53 | 7 | 0 | 8 | B9 | 53 | 36 |
| Octal | 50 | 333 | 353 | 123 | 7 | 0 | 10 | 271 | 123 | 66 |
| Binary | 101000 | 11011011 | 11101011 | 1010011 | 111 | 0 | 1000 | 10111001 | 1010011 | 110110 |
Color Harmonies of #28DBEB
Complementary color
Monochromatic Colors of #28DBEB
Black with #28DBEB
Text Example
Text Example
White with #28DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DBEB; }
p { color: rgb(40,219,235); }
H1.HeaderClassName
{
color: #28DBEB;
}
.AnyTagClassName
{
color: #28DBEB;
}
</style>
background-color css
<style>
a { background-color: #28DBEB; }
a { background-color: rgb(40,219,235); }
div.DivClassName
{
background-color: #28DBEB;
}
.BgClassName
{
background-color: #28DBEB;
}
</style>
border-color css
<style>
span { border-color: #28DBEB; }
span { border-color: rgb(40,219,235); }
td.TdClassName
{
border-color: #28DBEB;
}
.TagClassName
{
border-color: #28DBEB;
}
</style>