Shades of Turquoise #28E2D2
Tints of Turquoise #28E2D2
RGB
CMYK
RGB Variations
Color information
#28E2D2 (or 0x28E2D2) is known color: Turquoise. HEX triplet: 28, E2 and D2. RGB value is (40,226,210). Sum of RGB (Red+Green+Blue) = 40+226+210=476 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.40% from 476); Green value is 226 (88.67% from 255 or 47.48% from 476); Blue value is 210 (82.42% from 255 or 44.12% from 476); Max value from RGB is 226 - color contains mainly: green. Hex color #28E2D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E2D2 is #D71D2D. Grayscale: #A8A8A8. Windows color (decimal): -14097710 or 13820456. OLE color: 13820456.
HSL color Cylindrical-coordinate representation of color #28E2D2: hue angle of 174.84º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E2D2 is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 226 | 210 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.11 |
| HSL | 174.84º | 0.76% | 0.52% | - |
| HSV(B) | 174.84º | 0.82% | 0.89% | - |
| XYZ | 39.7 | 59.5 | 70.36 | - |
| YUV | 168.56 | 151.38 | 36.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 226 | 210 | 0.82 | 0 | 0.07 | 0.11 | 174.84 | 0.76 | 0.52 |
| Hex | 28 | E2 | D2 | 52 | 0 | 7 | B | AF | 4C | 34 |
| Octal | 50 | 342 | 322 | 122 | 0 | 7 | 13 | 257 | 114 | 64 |
| Binary | 101000 | 11100010 | 11010010 | 1010010 | 0 | 111 | 1011 | 10101111 | 1001100 | 110100 |
Color Harmonies of #28E2D2
Complementary color
Monochromatic Colors of #28E2D2
Black with #28E2D2
Text Example
Text Example
White with #28E2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E2D2; }
p { color: rgb(40,226,210); }
H1.HeaderClassName
{
color: #28E2D2;
}
.AnyTagClassName
{
color: #28E2D2;
}
</style>
background-color css
<style>
a { background-color: #28E2D2; }
a { background-color: rgb(40,226,210); }
div.DivClassName
{
background-color: #28E2D2;
}
.BgClassName
{
background-color: #28E2D2;
}
</style>
border-color css
<style>
span { border-color: #28E2D2; }
span { border-color: rgb(40,226,210); }
td.TdClassName
{
border-color: #28E2D2;
}
.TagClassName
{
border-color: #28E2D2;
}
</style>