Shades of Bright Turquoise #28DDEE
Tints of Bright Turquoise #28DDEE
RGB
CMYK
RGB Variations
Color information
#28DDEE (or 0x28DDEE) is known color: Bright Turquoise. HEX triplet: 28, DD and EE. RGB value is (40,221,238). Sum of RGB (Red+Green+Blue) = 40+221+238=499 (66% of max value = 765). Red value is 40 (16.02% from 255 or 8.02% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #28DDEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DDEE is #D72211. Grayscale: #A8A8A8. Windows color (decimal): -14098962 or 15654184. OLE color: 15654184.
HSL color Cylindrical-coordinate representation of color #28DDEE: hue angle of 185.15º 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 #28DDEE is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 221 | 238 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.07 |
| HSL | 185.15º | 0.85% | 0.55% | - |
| HSV(B) | 185.15º | 0.83% | 0.93% | - |
| XYZ | 42.16 | 58.34 | 89.93 | - |
| YUV | 168.82 | 167.03 | 36.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 238 | 0.83 | 0.07 | 0 | 0.07 | 185.15 | 0.85 | 0.55 |
| Hex | 28 | DD | EE | 53 | 7 | 0 | 7 | B9 | 55 | 37 |
| Octal | 50 | 335 | 356 | 123 | 7 | 0 | 7 | 271 | 125 | 67 |
| Binary | 101000 | 11011101 | 11101110 | 1010011 | 111 | 0 | 111 | 10111001 | 1010101 | 110111 |
Color Harmonies of #28DDEE
Complementary color
Monochromatic Colors of #28DDEE
Black with #28DDEE
Text Example
Text Example
White with #28DDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DDEE; }
p { color: rgb(40,221,238); }
H1.HeaderClassName
{
color: #28DDEE;
}
.AnyTagClassName
{
color: #28DDEE;
}
</style>
background-color css
<style>
a { background-color: #28DDEE; }
a { background-color: rgb(40,221,238); }
div.DivClassName
{
background-color: #28DDEE;
}
.BgClassName
{
background-color: #28DDEE;
}
</style>
border-color css
<style>
span { border-color: #28DDEE; }
span { border-color: rgb(40,221,238); }
td.TdClassName
{
border-color: #28DDEE;
}
.TagClassName
{
border-color: #28DDEE;
}
</style>