Shades of Turquoise #28DFE1
Tints of Turquoise #28DFE1
RGB
CMYK
RGB Variations
Color information
#28DFE1 (or 0x28DFE1) is known color: Turquoise. HEX triplet: 28, DF and E1. RGB value is (40,223,225). Sum of RGB (Red+Green+Blue) = 40+223+225=488 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.20% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 225 (88.28% from 255 or 46.11% from 488); Max value from RGB is 225 - color contains mainly: blue. Hex color #28DFE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DFE1 is #D7201E. Grayscale: #A8A8A8. Windows color (decimal): -14098463 or 14802728. OLE color: 14802728.
HSL color Cylindrical-coordinate representation of color #28DFE1: hue angle of 180.65º 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 #28DFE1 is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 223 | 225 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.12 |
| HSL | 180.65º | 0.76% | 0.52% | - |
| HSV(B) | 180.65º | 0.82% | 0.88% | - |
| XYZ | 40.85 | 58.66 | 80.4 | - |
| YUV | 168.51 | 159.87 | 36.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 223 | 225 | 0.82 | 0.01 | 0 | 0.12 | 180.65 | 0.76 | 0.52 |
| Hex | 28 | DF | E1 | 52 | 1 | 0 | C | B5 | 4C | 34 |
| Octal | 50 | 337 | 341 | 122 | 1 | 0 | 14 | 265 | 114 | 64 |
| Binary | 101000 | 11011111 | 11100001 | 1010010 | 1 | 0 | 1100 | 10110101 | 1001100 | 110100 |
Color Harmonies of #28DFE1
Complementary color
Monochromatic Colors of #28DFE1
Black with #28DFE1
Text Example
Text Example
White with #28DFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DFE1; }
p { color: rgb(40,223,225); }
H1.HeaderClassName
{
color: #28DFE1;
}
.AnyTagClassName
{
color: #28DFE1;
}
</style>
background-color css
<style>
a { background-color: #28DFE1; }
a { background-color: rgb(40,223,225); }
div.DivClassName
{
background-color: #28DFE1;
}
.BgClassName
{
background-color: #28DFE1;
}
</style>
border-color css
<style>
span { border-color: #28DFE1; }
span { border-color: rgb(40,223,225); }
td.TdClassName
{
border-color: #28DFE1;
}
.TagClassName
{
border-color: #28DFE1;
}
</style>