Shades of Bright Turquoise #28DEE9
Tints of Bright Turquoise #28DEE9
RGB
CMYK
RGB Variations
Color information
#28DEE9 (or 0x28DEE9) is known color: Bright Turquoise. HEX triplet: 28, DE and E9. RGB value is (40,222,233). Sum of RGB (Red+Green+Blue) = 40+222+233=495 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.08% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 233 (91.41% from 255 or 47.07% from 495); Max value from RGB is 233 - color contains mainly: blue. Hex color #28DEE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DEE9 is #D72116. Grayscale: #A8A8A8. Windows color (decimal): -14098711 or 15326760. OLE color: 15326760.
HSL color Cylindrical-coordinate representation of color #28DEE9: hue angle of 183.42º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28DEE9 is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 222 | 233 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.09 |
| HSL | 183.42º | 0.81% | 0.54% | - |
| HSV(B) | 183.42º | 0.83% | 0.91% | - |
| XYZ | 41.7 | 58.58 | 86.2 | - |
| YUV | 168.84 | 164.2 | 36.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 222 | 233 | 0.83 | 0.05 | 0 | 0.09 | 183.42 | 0.81 | 0.54 |
| Hex | 28 | DE | E9 | 53 | 5 | 0 | 9 | B7 | 51 | 36 |
| Octal | 50 | 336 | 351 | 123 | 5 | 0 | 11 | 267 | 121 | 66 |
| Binary | 101000 | 11011110 | 11101001 | 1010011 | 101 | 0 | 1001 | 10110111 | 1010001 | 110110 |
Color Harmonies of #28DEE9
Complementary color
Monochromatic Colors of #28DEE9
Black with #28DEE9
Text Example
Text Example
White with #28DEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DEE9; }
p { color: rgb(40,222,233); }
H1.HeaderClassName
{
color: #28DEE9;
}
.AnyTagClassName
{
color: #28DEE9;
}
</style>
background-color css
<style>
a { background-color: #28DEE9; }
a { background-color: rgb(40,222,233); }
div.DivClassName
{
background-color: #28DEE9;
}
.BgClassName
{
background-color: #28DEE9;
}
</style>
border-color css
<style>
span { border-color: #28DEE9; }
span { border-color: rgb(40,222,233); }
td.TdClassName
{
border-color: #28DEE9;
}
.TagClassName
{
border-color: #28DEE9;
}
</style>