Shades of Turquoise #28E1DF
Tints of Turquoise #28E1DF
RGB
CMYK
RGB Variations
Color information
#28E1DF (or 0x28E1DF) is known color: Turquoise. HEX triplet: 28, E1 and DF. RGB value is (40,225,223). Sum of RGB (Red+Green+Blue) = 40+225+223=488 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.20% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #28E1DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E1DF is #D71E20. Grayscale: #A9A9A9. Windows color (decimal): -14097953 or 14672168. OLE color: 14672168.
HSL color Cylindrical-coordinate representation of color #28E1DF: hue angle of 179.35º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E1DF is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 225 | 223 | - |
| CMYK | 0.82 | 0 | 0.01 | 0.12 |
| HSL | 179.35º | 0.76% | 0.52% | - |
| HSV(B) | 179.35º | 0.82% | 0.88% | - |
| XYZ | 41.12 | 59.63 | 79.15 | - |
| YUV | 169.46 | 158.21 | 35.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 225 | 223 | 0.82 | 0 | 0.01 | 0.12 | 179.35 | 0.76 | 0.52 |
| Hex | 28 | E1 | DF | 52 | 0 | 1 | C | B3 | 4C | 34 |
| Octal | 50 | 341 | 337 | 122 | 0 | 1 | 14 | 263 | 114 | 64 |
| Binary | 101000 | 11100001 | 11011111 | 1010010 | 0 | 1 | 1100 | 10110011 | 1001100 | 110100 |
Color Harmonies of #28E1DF
Complementary color
Monochromatic Colors of #28E1DF
Black with #28E1DF
Text Example
Text Example
White with #28E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E1DF; }
p { color: rgb(40,225,223); }
H1.HeaderClassName
{
color: #28E1DF;
}
.AnyTagClassName
{
color: #28E1DF;
}
</style>
background-color css
<style>
a { background-color: #28E1DF; }
a { background-color: rgb(40,225,223); }
div.DivClassName
{
background-color: #28E1DF;
}
.BgClassName
{
background-color: #28E1DF;
}
</style>
border-color css
<style>
span { border-color: #28E1DF; }
span { border-color: rgb(40,225,223); }
td.TdClassName
{
border-color: #28E1DF;
}
.TagClassName
{
border-color: #28E1DF;
}
</style>