Shades of Turquoise #28E1CB
Tints of Turquoise #28E1CB
RGB
CMYK
RGB Variations
Color information
#28E1CB (or 0x28E1CB) is known color: Turquoise. HEX triplet: 28, E1 and CB. RGB value is (40,225,203). Sum of RGB (Red+Green+Blue) = 40+225+203=468 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.55% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #28E1CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E1CB is #D71E34. Grayscale: #A7A7A7. Windows color (decimal): -14097973 or 13361448. OLE color: 13361448.
HSL color Cylindrical-coordinate representation of color #28E1CB: hue angle of 172.86º 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 #28E1CB is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 225 | 203 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.12 |
| HSL | 172.86º | 0.76% | 0.52% | - |
| HSV(B) | 172.86º | 0.82% | 0.88% | - |
| XYZ | 38.58 | 58.61 | 65.78 | - |
| YUV | 167.18 | 148.21 | 37.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 225 | 203 | 0.82 | 0 | 0.10 | 0.12 | 172.86 | 0.76 | 0.52 |
| Hex | 28 | E1 | CB | 52 | 0 | A | C | AD | 4C | 34 |
| Octal | 50 | 341 | 313 | 122 | 0 | 12 | 14 | 255 | 114 | 64 |
| Binary | 101000 | 11100001 | 11001011 | 1010010 | 0 | 1010 | 1100 | 10101101 | 1001100 | 110100 |
Color Harmonies of #28E1CB
Complementary color
Monochromatic Colors of #28E1CB
Black with #28E1CB
Text Example
Text Example
White with #28E1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E1CB; }
p { color: rgb(40,225,203); }
H1.HeaderClassName
{
color: #28E1CB;
}
.AnyTagClassName
{
color: #28E1CB;
}
</style>
background-color css
<style>
a { background-color: #28E1CB; }
a { background-color: rgb(40,225,203); }
div.DivClassName
{
background-color: #28E1CB;
}
.BgClassName
{
background-color: #28E1CB;
}
</style>
border-color css
<style>
span { border-color: #28E1CB; }
span { border-color: rgb(40,225,203); }
td.TdClassName
{
border-color: #28E1CB;
}
.TagClassName
{
border-color: #28E1CB;
}
</style>