Shades of Turquoise #28DDE3
Tints of Turquoise #28DDE3
RGB
CMYK
RGB Variations
Color information
#28DDE3 (or 0x28DDE3) is known color: Turquoise. HEX triplet: 28, DD and E3. RGB value is (40,221,227). Sum of RGB (Red+Green+Blue) = 40+221+227=488 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.20% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 227 (89.06% from 255 or 46.52% from 488); Max value from RGB is 227 - color contains mainly: blue. Hex color #28DDE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DDE3 is #D7221C. Grayscale: #A7A7A7. Windows color (decimal): -14098973 or 14933288. OLE color: 14933288.
HSL color Cylindrical-coordinate representation of color #28DDE3: hue angle of 181.93º degrees, saturation: 0.77, 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 #28DDE3 is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 221 | 227 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.11 |
| HSL | 181.93º | 0.77% | 0.52% | - |
| HSV(B) | 181.93º | 0.82% | 0.89% | - |
| XYZ | 40.6 | 57.71 | 81.67 | - |
| YUV | 167.57 | 161.53 | 37.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 227 | 0.82 | 0.03 | 0 | 0.11 | 181.93 | 0.77 | 0.52 |
| Hex | 28 | DD | E3 | 52 | 3 | 0 | B | B6 | 4D | 34 |
| Octal | 50 | 335 | 343 | 122 | 3 | 0 | 13 | 266 | 115 | 64 |
| Binary | 101000 | 11011101 | 11100011 | 1010010 | 11 | 0 | 1011 | 10110110 | 1001101 | 110100 |
Color Harmonies of #28DDE3
Complementary color
Monochromatic Colors of #28DDE3
Black with #28DDE3
Text Example
Text Example
White with #28DDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DDE3; }
p { color: rgb(40,221,227); }
H1.HeaderClassName
{
color: #28DDE3;
}
.AnyTagClassName
{
color: #28DDE3;
}
</style>
background-color css
<style>
a { background-color: #28DDE3; }
a { background-color: rgb(40,221,227); }
div.DivClassName
{
background-color: #28DDE3;
}
.BgClassName
{
background-color: #28DDE3;
}
</style>
border-color css
<style>
span { border-color: #28DDE3; }
span { border-color: rgb(40,221,227); }
td.TdClassName
{
border-color: #28DDE3;
}
.TagClassName
{
border-color: #28DDE3;
}
</style>