Shades of Turquoise #28E1C3
Tints of Turquoise #28E1C3
RGB
CMYK
RGB Variations
Color information
#28E1C3 (or 0x28E1C3) is known color: Turquoise. HEX triplet: 28, E1 and C3. RGB value is (40,225,195). Sum of RGB (Red+Green+Blue) = 40+225+195=460 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.70% from 460); Green value is 225 (88.28% from 255 or 48.91% from 460); Blue value is 195 (76.56% from 255 or 42.39% from 460); Max value from RGB is 225 - color contains mainly: green. Hex color #28E1C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E1C3 is #D71E3C. Grayscale: #A6A6A6. Windows color (decimal): -14097981 or 12837160. OLE color: 12837160.
HSL color Cylindrical-coordinate representation of color #28E1C3: hue angle of 170.27º 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 #28E1C3 is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 225 | 195 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.12 |
| HSL | 170.27º | 0.76% | 0.52% | - |
| HSV(B) | 170.27º | 0.82% | 0.88% | - |
| XYZ | 37.65 | 58.24 | 60.89 | - |
| YUV | 166.27 | 144.21 | 37.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 225 | 195 | 0.82 | 0 | 0.13 | 0.12 | 170.27 | 0.76 | 0.52 |
| Hex | 28 | E1 | C3 | 52 | 0 | D | C | AA | 4C | 34 |
| Octal | 50 | 341 | 303 | 122 | 0 | 15 | 14 | 252 | 114 | 64 |
| Binary | 101000 | 11100001 | 11000011 | 1010010 | 0 | 1101 | 1100 | 10101010 | 1001100 | 110100 |
Color Harmonies of #28E1C3
Complementary color
Monochromatic Colors of #28E1C3
Black with #28E1C3
Text Example
Text Example
White with #28E1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E1C3; }
p { color: rgb(40,225,195); }
H1.HeaderClassName
{
color: #28E1C3;
}
.AnyTagClassName
{
color: #28E1C3;
}
</style>
background-color css
<style>
a { background-color: #28E1C3; }
a { background-color: rgb(40,225,195); }
div.DivClassName
{
background-color: #28E1C3;
}
.BgClassName
{
background-color: #28E1C3;
}
</style>
border-color css
<style>
span { border-color: #28E1C3; }
span { border-color: rgb(40,225,195); }
td.TdClassName
{
border-color: #28E1C3;
}
.TagClassName
{
border-color: #28E1C3;
}
</style>