Shades of Turquoise #28E6DD
Tints of Turquoise #28E6DD
RGB
CMYK
RGB Variations
Color information
#28E6DD (or 0x28E6DD) is known color: Turquoise. HEX triplet: 28, E6 and DD. RGB value is (40,230,221). Sum of RGB (Red+Green+Blue) = 40+230+221=491 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.15% from 491); Green value is 230 (90.23% from 255 or 46.84% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 230 - color contains mainly: green. Hex color #28E6DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28E6DD is #D71922. Grayscale: #ACACAC. Windows color (decimal): -14096675 or 14542376. OLE color: 14542376.
HSL color Cylindrical-coordinate representation of color #28E6DD: hue angle of 177.16º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E6DD is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 230 | 221 | - |
| CMYK | 0.83 | 0 | 0.04 | 0.10 |
| HSL | 177.16º | 0.79% | 0.53% | - |
| HSV(B) | 177.16º | 0.83% | 0.9% | - |
| XYZ | 42.22 | 62.27 | 78.2 | - |
| YUV | 172.16 | 155.55 | 33.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 230 | 221 | 0.83 | 0 | 0.04 | 0.10 | 177.16 | 0.79 | 0.53 |
| Hex | 28 | E6 | DD | 53 | 0 | 4 | A | B1 | 4F | 35 |
| Octal | 50 | 346 | 335 | 123 | 0 | 4 | 12 | 261 | 117 | 65 |
| Binary | 101000 | 11100110 | 11011101 | 1010011 | 0 | 100 | 1010 | 10110001 | 1001111 | 110101 |
Color Harmonies of #28E6DD
Complementary color
Monochromatic Colors of #28E6DD
Black with #28E6DD
Text Example
Text Example
White with #28E6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E6DD; }
p { color: rgb(40,230,221); }
H1.HeaderClassName
{
color: #28E6DD;
}
.AnyTagClassName
{
color: #28E6DD;
}
</style>
background-color css
<style>
a { background-color: #28E6DD; }
a { background-color: rgb(40,230,221); }
div.DivClassName
{
background-color: #28E6DD;
}
.BgClassName
{
background-color: #28E6DD;
}
</style>
border-color css
<style>
span { border-color: #28E6DD; }
span { border-color: rgb(40,230,221); }
td.TdClassName
{
border-color: #28E6DD;
}
.TagClassName
{
border-color: #28E6DD;
}
</style>