Shades of Turquoise #28DCE4
Tints of Turquoise #28DCE4
RGB
CMYK
RGB Variations
Color information
#28DCE4 (or 0x28DCE4) is known color: Turquoise. HEX triplet: 28, DC and E4. RGB value is (40,220,228). Sum of RGB (Red+Green+Blue) = 40+220+228=488 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.20% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 228 (89.45% from 255 or 46.72% from 488); Max value from RGB is 228 - color contains mainly: blue. Hex color #28DCE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DCE4 is #D7231B. Grayscale: #A6A6A6. Windows color (decimal): -14099228 or 14998568. OLE color: 14998568.
HSL color Cylindrical-coordinate representation of color #28DCE4: hue angle of 182.55º 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 #28DCE4 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 220 | 228 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.11 |
| HSL | 182.55º | 0.78% | 0.53% | - |
| HSV(B) | 182.55º | 0.82% | 0.89% | - |
| XYZ | 40.47 | 57.24 | 82.31 | - |
| YUV | 167.09 | 162.37 | 37.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 228 | 0.82 | 0.04 | 0 | 0.11 | 182.55 | 0.78 | 0.53 |
| Hex | 28 | DC | E4 | 52 | 4 | 0 | B | B7 | 4E | 35 |
| Octal | 50 | 334 | 344 | 122 | 4 | 0 | 13 | 267 | 116 | 65 |
| Binary | 101000 | 11011100 | 11100100 | 1010010 | 100 | 0 | 1011 | 10110111 | 1001110 | 110101 |
Color Harmonies of #28DCE4
Complementary color
Monochromatic Colors of #28DCE4
Black with #28DCE4
Text Example
Text Example
White with #28DCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DCE4; }
p { color: rgb(40,220,228); }
H1.HeaderClassName
{
color: #28DCE4;
}
.AnyTagClassName
{
color: #28DCE4;
}
</style>
background-color css
<style>
a { background-color: #28DCE4; }
a { background-color: rgb(40,220,228); }
div.DivClassName
{
background-color: #28DCE4;
}
.BgClassName
{
background-color: #28DCE4;
}
</style>
border-color css
<style>
span { border-color: #28DCE4; }
span { border-color: rgb(40,220,228); }
td.TdClassName
{
border-color: #28DCE4;
}
.TagClassName
{
border-color: #28DCE4;
}
</style>