Shades of Bright Turquoise #28DBED
Tints of Bright Turquoise #28DBED
RGB
CMYK
RGB Variations
Color information
#28DBED (or 0x28DBED) is known color: Bright Turquoise. HEX triplet: 28, DB and ED. RGB value is (40,219,237). Sum of RGB (Red+Green+Blue) = 40+219+237=496 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.06% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #28DBED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DBED is #D72412. Grayscale: #A7A7A7. Windows color (decimal): -14099475 or 15588136. OLE color: 15588136.
HSL color Cylindrical-coordinate representation of color #28DBED: hue angle of 185.48º 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 #28DBED is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 219 | 237 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.07 |
| HSL | 185.48º | 0.85% | 0.54% | - |
| HSV(B) | 185.48º | 0.83% | 0.93% | - |
| XYZ | 41.49 | 57.23 | 88.98 | - |
| YUV | 167.53 | 167.2 | 37.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 219 | 237 | 0.83 | 0.08 | 0 | 0.07 | 185.48 | 0.85 | 0.54 |
| Hex | 28 | DB | ED | 53 | 8 | 0 | 7 | B9 | 55 | 36 |
| Octal | 50 | 333 | 355 | 123 | 10 | 0 | 7 | 271 | 125 | 66 |
| Binary | 101000 | 11011011 | 11101101 | 1010011 | 1000 | 0 | 111 | 10111001 | 1010101 | 110110 |
Color Harmonies of #28DBED
Complementary color
Monochromatic Colors of #28DBED
Black with #28DBED
Text Example
Text Example
White with #28DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DBED; }
p { color: rgb(40,219,237); }
H1.HeaderClassName
{
color: #28DBED;
}
.AnyTagClassName
{
color: #28DBED;
}
</style>
background-color css
<style>
a { background-color: #28DBED; }
a { background-color: rgb(40,219,237); }
div.DivClassName
{
background-color: #28DBED;
}
.BgClassName
{
background-color: #28DBED;
}
</style>
border-color css
<style>
span { border-color: #28DBED; }
span { border-color: rgb(40,219,237); }
td.TdClassName
{
border-color: #28DBED;
}
.TagClassName
{
border-color: #28DBED;
}
</style>