Shades of Bright Turquoise #28DBEE
Tints of Bright Turquoise #28DBEE
RGB
CMYK
RGB Variations
Color information
#28DBEE (or 0x28DBEE) is known color: Bright Turquoise. HEX triplet: 28, DB and EE. RGB value is (40,219,238). Sum of RGB (Red+Green+Blue) = 40+219+238=497 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.05% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #28DBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DBEE is #D72411. Grayscale: #A7A7A7. Windows color (decimal): -14099474 or 15653672. OLE color: 15653672.
HSL color Cylindrical-coordinate representation of color #28DBEE: hue angle of 185.76º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28DBEE is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 219 | 238 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.07 |
| HSL | 185.76º | 0.85% | 0.55% | - |
| HSV(B) | 185.76º | 0.83% | 0.93% | - |
| XYZ | 41.64 | 57.29 | 89.75 | - |
| YUV | 167.65 | 167.7 | 36.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 219 | 238 | 0.83 | 0.08 | 0 | 0.07 | 185.76 | 0.85 | 0.55 |
| Hex | 28 | DB | EE | 53 | 8 | 0 | 7 | BA | 55 | 37 |
| Octal | 50 | 333 | 356 | 123 | 10 | 0 | 7 | 272 | 125 | 67 |
| Binary | 101000 | 11011011 | 11101110 | 1010011 | 1000 | 0 | 111 | 10111010 | 1010101 | 110111 |
Color Harmonies of #28DBEE
Complementary color
Monochromatic Colors of #28DBEE
Black with #28DBEE
Text Example
Text Example
White with #28DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DBEE; }
p { color: rgb(40,219,238); }
H1.HeaderClassName
{
color: #28DBEE;
}
.AnyTagClassName
{
color: #28DBEE;
}
</style>
background-color css
<style>
a { background-color: #28DBEE; }
a { background-color: rgb(40,219,238); }
div.DivClassName
{
background-color: #28DBEE;
}
.BgClassName
{
background-color: #28DBEE;
}
</style>
border-color css
<style>
span { border-color: #28DBEE; }
span { border-color: rgb(40,219,238); }
td.TdClassName
{
border-color: #28DBEE;
}
.TagClassName
{
border-color: #28DBEE;
}
</style>