Shades of Turquoise #28DEE4
Tints of Turquoise #28DEE4
RGB
CMYK
RGB Variations
Color information
#28DEE4 (or 0x28DEE4) is known color: Turquoise. HEX triplet: 28, DE and E4. RGB value is (40,222,228). Sum of RGB (Red+Green+Blue) = 40+222+228=490 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.16% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 228 (89.45% from 255 or 46.53% from 490); Max value from RGB is 228 - color contains mainly: blue. Hex color #28DEE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DEE4 is #D7211B. Grayscale: #A8A8A8. Windows color (decimal): -14098716 or 14999080. OLE color: 14999080.
HSL color Cylindrical-coordinate representation of color #28DEE4: hue angle of 181.91º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DEE4 is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 222 | 228 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.11 |
| HSL | 181.91º | 0.78% | 0.53% | - |
| HSV(B) | 181.91º | 0.82% | 0.89% | - |
| XYZ | 41 | 58.3 | 82.49 | - |
| YUV | 168.27 | 161.7 | 36.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 222 | 228 | 0.82 | 0.03 | 0 | 0.11 | 181.91 | 0.78 | 0.53 |
| Hex | 28 | DE | E4 | 52 | 3 | 0 | B | B6 | 4E | 35 |
| Octal | 50 | 336 | 344 | 122 | 3 | 0 | 13 | 266 | 116 | 65 |
| Binary | 101000 | 11011110 | 11100100 | 1010010 | 11 | 0 | 1011 | 10110110 | 1001110 | 110101 |
Color Harmonies of #28DEE4
Complementary color
Monochromatic Colors of #28DEE4
Black with #28DEE4
Text Example
Text Example
White with #28DEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DEE4; }
p { color: rgb(40,222,228); }
H1.HeaderClassName
{
color: #28DEE4;
}
.AnyTagClassName
{
color: #28DEE4;
}
</style>
background-color css
<style>
a { background-color: #28DEE4; }
a { background-color: rgb(40,222,228); }
div.DivClassName
{
background-color: #28DEE4;
}
.BgClassName
{
background-color: #28DEE4;
}
</style>
border-color css
<style>
span { border-color: #28DEE4; }
span { border-color: rgb(40,222,228); }
td.TdClassName
{
border-color: #28DEE4;
}
.TagClassName
{
border-color: #28DEE4;
}
</style>