Shades of Turquoise #28E7CC
Tints of Turquoise #28E7CC
RGB
CMYK
RGB Variations
Color information
#28E7CC (or 0x28E7CC) is known color: Turquoise. HEX triplet: 28, E7 and CC. RGB value is (40,231,204). Sum of RGB (Red+Green+Blue) = 40+231+204=475 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.42% from 475); Green value is 231 (90.62% from 255 or 48.63% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 231 - color contains mainly: green. Hex color #28E7CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28E7CC is #D71833. Grayscale: #AAAAAA. Windows color (decimal): -14096436 or 13428520. OLE color: 13428520.
HSL color Cylindrical-coordinate representation of color #28E7CC: hue angle of 171.52º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E7CC is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 231 | 204 | - |
| CMYK | 0.83 | 0 | 0.12 | 0.09 |
| HSL | 171.52º | 0.8% | 0.53% | - |
| HSV(B) | 171.52º | 0.83% | 0.91% | - |
| XYZ | 40.35 | 61.96 | 66.96 | - |
| YUV | 170.81 | 146.72 | 34.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 231 | 204 | 0.83 | 0 | 0.12 | 0.09 | 171.52 | 0.8 | 0.53 |
| Hex | 28 | E7 | CC | 53 | 0 | C | 9 | AC | 50 | 35 |
| Octal | 50 | 347 | 314 | 123 | 0 | 14 | 11 | 254 | 120 | 65 |
| Binary | 101000 | 11100111 | 11001100 | 1010011 | 0 | 1100 | 1001 | 10101100 | 1010000 | 110101 |
Color Harmonies of #28E7CC
Complementary color
Monochromatic Colors of #28E7CC
Black with #28E7CC
Text Example
Text Example
White with #28E7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E7CC; }
p { color: rgb(40,231,204); }
H1.HeaderClassName
{
color: #28E7CC;
}
.AnyTagClassName
{
color: #28E7CC;
}
</style>
background-color css
<style>
a { background-color: #28E7CC; }
a { background-color: rgb(40,231,204); }
div.DivClassName
{
background-color: #28E7CC;
}
.BgClassName
{
background-color: #28E7CC;
}
</style>
border-color css
<style>
span { border-color: #28E7CC; }
span { border-color: rgb(40,231,204); }
td.TdClassName
{
border-color: #28E7CC;
}
.TagClassName
{
border-color: #28E7CC;
}
</style>