Shades of Turquoise #28E6C5
Tints of Turquoise #28E6C5
RGB
CMYK
RGB Variations
Color information
#28E6C5 (or 0x28E6C5) is known color: Turquoise. HEX triplet: 28, E6 and C5. RGB value is (40,230,197). Sum of RGB (Red+Green+Blue) = 40+230+197=467 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.57% from 467); Green value is 230 (90.23% from 255 or 49.25% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 230 - color contains mainly: green. Hex color #28E6C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28E6C5 is #D7193A. Grayscale: #A9A9A9. Windows color (decimal): -14096699 or 12969512. OLE color: 12969512.
HSL color Cylindrical-coordinate representation of color #28E6C5: hue angle of 169.58º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E6C5 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 230 | 197 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.10 |
| HSL | 169.58º | 0.79% | 0.53% | - |
| HSV(B) | 169.58º | 0.83% | 0.9% | - |
| XYZ | 39.25 | 61.08 | 62.54 | - |
| YUV | 169.43 | 143.55 | 35.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 230 | 197 | 0.83 | 0 | 0.14 | 0.10 | 169.58 | 0.79 | 0.53 |
| Hex | 28 | E6 | C5 | 53 | 0 | E | A | AA | 4F | 35 |
| Octal | 50 | 346 | 305 | 123 | 0 | 16 | 12 | 252 | 117 | 65 |
| Binary | 101000 | 11100110 | 11000101 | 1010011 | 0 | 1110 | 1010 | 10101010 | 1001111 | 110101 |
Color Harmonies of #28E6C5
Complementary color
Monochromatic Colors of #28E6C5
Black with #28E6C5
Text Example
Text Example
White with #28E6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E6C5; }
p { color: rgb(40,230,197); }
H1.HeaderClassName
{
color: #28E6C5;
}
.AnyTagClassName
{
color: #28E6C5;
}
</style>
background-color css
<style>
a { background-color: #28E6C5; }
a { background-color: rgb(40,230,197); }
div.DivClassName
{
background-color: #28E6C5;
}
.BgClassName
{
background-color: #28E6C5;
}
</style>
border-color css
<style>
span { border-color: #28E6C5; }
span { border-color: rgb(40,230,197); }
td.TdClassName
{
border-color: #28E6C5;
}
.TagClassName
{
border-color: #28E6C5;
}
</style>