Shades of Turquoise #28DEE7
Tints of Turquoise #28DEE7
RGB
CMYK
RGB Variations
Color information
#28DEE7 (or 0x28DEE7) is known color: Turquoise. HEX triplet: 28, DE and E7. RGB value is (40,222,231). Sum of RGB (Red+Green+Blue) = 40+222+231=493 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.11% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 231 - color contains mainly: blue. Hex color #28DEE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DEE7 is #D72118. Grayscale: #A8A8A8. Windows color (decimal): -14098713 or 15195688. OLE color: 15195688.
HSL color Cylindrical-coordinate representation of color #28DEE7: hue angle of 182.83º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28DEE7 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 222 | 231 | - |
| CMYK | 0.83 | 0.04 | 0 | 0.09 |
| HSL | 182.83º | 0.8% | 0.53% | - |
| HSV(B) | 182.83º | 0.83% | 0.91% | - |
| XYZ | 41.42 | 58.46 | 84.7 | - |
| YUV | 168.61 | 163.2 | 36.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 222 | 231 | 0.83 | 0.04 | 0 | 0.09 | 182.83 | 0.8 | 0.53 |
| Hex | 28 | DE | E7 | 53 | 4 | 0 | 9 | B7 | 50 | 35 |
| Octal | 50 | 336 | 347 | 123 | 4 | 0 | 11 | 267 | 120 | 65 |
| Binary | 101000 | 11011110 | 11100111 | 1010011 | 100 | 0 | 1001 | 10110111 | 1010000 | 110101 |
Color Harmonies of #28DEE7
Complementary color
Monochromatic Colors of #28DEE7
Black with #28DEE7
Text Example
Text Example
White with #28DEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DEE7; }
p { color: rgb(40,222,231); }
H1.HeaderClassName
{
color: #28DEE7;
}
.AnyTagClassName
{
color: #28DEE7;
}
</style>
background-color css
<style>
a { background-color: #28DEE7; }
a { background-color: rgb(40,222,231); }
div.DivClassName
{
background-color: #28DEE7;
}
.BgClassName
{
background-color: #28DEE7;
}
</style>
border-color css
<style>
span { border-color: #28DEE7; }
span { border-color: rgb(40,222,231); }
td.TdClassName
{
border-color: #28DEE7;
}
.TagClassName
{
border-color: #28DEE7;
}
</style>