Shades of Turquoise #28E3CB
Tints of Turquoise #28E3CB
RGB
CMYK
RGB Variations
Color information
#28E3CB (or 0x28E3CB) is known color: Turquoise. HEX triplet: 28, E3 and CB. RGB value is (40,227,203). Sum of RGB (Red+Green+Blue) = 40+227+203=470 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.51% from 470); Green value is 227 (89.06% from 255 or 48.30% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 227 - color contains mainly: green. Hex color #28E3CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E3CB is #D71C34. Grayscale: #A8A8A8. Windows color (decimal): -14097461 or 13361960. OLE color: 13361960.
HSL color Cylindrical-coordinate representation of color #28E3CB: hue angle of 172.3º 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 #28E3CB is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 227 | 203 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.11 |
| HSL | 172.3º | 0.77% | 0.52% | - |
| HSV(B) | 172.3º | 0.82% | 0.89% | - |
| XYZ | 39.12 | 59.7 | 65.96 | - |
| YUV | 168.35 | 147.55 | 36.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 227 | 203 | 0.82 | 0 | 0.11 | 0.11 | 172.3 | 0.77 | 0.52 |
| Hex | 28 | E3 | CB | 52 | 0 | B | B | AC | 4D | 34 |
| Octal | 50 | 343 | 313 | 122 | 0 | 13 | 13 | 254 | 115 | 64 |
| Binary | 101000 | 11100011 | 11001011 | 1010010 | 0 | 1011 | 1011 | 10101100 | 1001101 | 110100 |
Color Harmonies of #28E3CB
Complementary color
Monochromatic Colors of #28E3CB
Black with #28E3CB
Text Example
Text Example
White with #28E3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E3CB; }
p { color: rgb(40,227,203); }
H1.HeaderClassName
{
color: #28E3CB;
}
.AnyTagClassName
{
color: #28E3CB;
}
</style>
background-color css
<style>
a { background-color: #28E3CB; }
a { background-color: rgb(40,227,203); }
div.DivClassName
{
background-color: #28E3CB;
}
.BgClassName
{
background-color: #28E3CB;
}
</style>
border-color css
<style>
span { border-color: #28E3CB; }
span { border-color: rgb(40,227,203); }
td.TdClassName
{
border-color: #28E3CB;
}
.TagClassName
{
border-color: #28E3CB;
}
</style>