Shades of Turquoise #28DEE1
Tints of Turquoise #28DEE1
RGB
CMYK
RGB Variations
Color information
#28DEE1 (or 0x28DEE1) is known color: Turquoise. HEX triplet: 28, DE and E1. RGB value is (40,222,225). Sum of RGB (Red+Green+Blue) = 40+222+225=487 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.21% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 225 (88.28% from 255 or 46.20% from 487); Max value from RGB is 225 - color contains mainly: blue. Hex color #28DEE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DEE1 is #D7211E. Grayscale: #A7A7A7. Windows color (decimal): -14098719 or 14802472. OLE color: 14802472.
HSL color Cylindrical-coordinate representation of color #28DEE1: hue angle of 180.97º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DEE1 is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 222 | 225 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.12 |
| HSL | 180.97º | 0.76% | 0.52% | - |
| HSV(B) | 180.97º | 0.82% | 0.88% | - |
| XYZ | 40.59 | 58.13 | 80.32 | - |
| YUV | 167.92 | 160.2 | 36.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 222 | 225 | 0.82 | 0.01 | 0 | 0.12 | 180.97 | 0.76 | 0.52 |
| Hex | 28 | DE | E1 | 52 | 1 | 0 | C | B5 | 4C | 34 |
| Octal | 50 | 336 | 341 | 122 | 1 | 0 | 14 | 265 | 114 | 64 |
| Binary | 101000 | 11011110 | 11100001 | 1010010 | 1 | 0 | 1100 | 10110101 | 1001100 | 110100 |
Color Harmonies of #28DEE1
Complementary color
Monochromatic Colors of #28DEE1
Black with #28DEE1
Text Example
Text Example
White with #28DEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DEE1; }
p { color: rgb(40,222,225); }
H1.HeaderClassName
{
color: #28DEE1;
}
.AnyTagClassName
{
color: #28DEE1;
}
</style>
background-color css
<style>
a { background-color: #28DEE1; }
a { background-color: rgb(40,222,225); }
div.DivClassName
{
background-color: #28DEE1;
}
.BgClassName
{
background-color: #28DEE1;
}
</style>
border-color css
<style>
span { border-color: #28DEE1; }
span { border-color: rgb(40,222,225); }
td.TdClassName
{
border-color: #28DEE1;
}
.TagClassName
{
border-color: #28DEE1;
}
</style>