Shades of Bright Turquoise #28DEE8
Tints of Bright Turquoise #28DEE8
RGB
CMYK
RGB Variations
Color information
#28DEE8 (or 0x28DEE8) is known color: Bright Turquoise. HEX triplet: 28, DE and E8. RGB value is (40,222,232). Sum of RGB (Red+Green+Blue) = 40+222+232=494 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.10% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 232 (91.02% from 255 or 46.96% from 494); Max value from RGB is 232 - color contains mainly: blue. Hex color #28DEE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DEE8 is #D72117. Grayscale: #A8A8A8. Windows color (decimal): -14098712 or 15261224. OLE color: 15261224.
HSL color Cylindrical-coordinate representation of color #28DEE8: hue angle of 183.12º degrees, saturation: 0.81, 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 #28DEE8 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 222 | 232 | - |
| CMYK | 0.83 | 0.04 | 0 | 0.09 |
| HSL | 183.13º | 0.81% | 0.53% | - |
| HSV(B) | 183.13º | 0.83% | 0.91% | - |
| XYZ | 41.56 | 58.52 | 85.45 | - |
| YUV | 168.72 | 163.7 | 36.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 222 | 232 | 0.83 | 0.04 | 0 | 0.09 | 183.13 | 0.81 | 0.53 |
| Hex | 28 | DE | E8 | 53 | 4 | 0 | 9 | B7 | 51 | 35 |
| Octal | 50 | 336 | 350 | 123 | 4 | 0 | 11 | 267 | 121 | 65 |
| Binary | 101000 | 11011110 | 11101000 | 1010011 | 100 | 0 | 1001 | 10110111 | 1010001 | 110101 |
Color Harmonies of #28DEE8
Complementary color
Monochromatic Colors of #28DEE8
Black with #28DEE8
Text Example
Text Example
White with #28DEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DEE8; }
p { color: rgb(40,222,232); }
H1.HeaderClassName
{
color: #28DEE8;
}
.AnyTagClassName
{
color: #28DEE8;
}
</style>
background-color css
<style>
a { background-color: #28DEE8; }
a { background-color: rgb(40,222,232); }
div.DivClassName
{
background-color: #28DEE8;
}
.BgClassName
{
background-color: #28DEE8;
}
</style>
border-color css
<style>
span { border-color: #28DEE8; }
span { border-color: rgb(40,222,232); }
td.TdClassName
{
border-color: #28DEE8;
}
.TagClassName
{
border-color: #28DEE8;
}
</style>