Shades of Turquoise #28E6CE
Tints of Turquoise #28E6CE
RGB
CMYK
RGB Variations
Color information
#28E6CE (or 0x28E6CE) is known color: Turquoise. HEX triplet: 28, E6 and CE. RGB value is (40,230,206). Sum of RGB (Red+Green+Blue) = 40+230+206=476 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.40% from 476); Green value is 230 (90.23% from 255 or 48.32% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 230 - color contains mainly: green. Hex color #28E6CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28E6CE is #D71931. Grayscale: #AAAAAA. Windows color (decimal): -14096690 or 13559336. OLE color: 13559336.
HSL color Cylindrical-coordinate representation of color #28E6CE: hue angle of 172.42º 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 #28E6CE is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 230 | 206 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.10 |
| HSL | 172.42º | 0.79% | 0.53% | - |
| HSV(B) | 172.42º | 0.83% | 0.9% | - |
| XYZ | 40.31 | 61.5 | 68.14 | - |
| YUV | 170.45 | 148.05 | 34.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 230 | 206 | 0.83 | 0 | 0.10 | 0.10 | 172.42 | 0.79 | 0.53 |
| Hex | 28 | E6 | CE | 53 | 0 | A | A | AC | 4F | 35 |
| Octal | 50 | 346 | 316 | 123 | 0 | 12 | 12 | 254 | 117 | 65 |
| Binary | 101000 | 11100110 | 11001110 | 1010011 | 0 | 1010 | 1010 | 10101100 | 1001111 | 110101 |
Color Harmonies of #28E6CE
Complementary color
Monochromatic Colors of #28E6CE
Black with #28E6CE
Text Example
Text Example
White with #28E6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E6CE; }
p { color: rgb(40,230,206); }
H1.HeaderClassName
{
color: #28E6CE;
}
.AnyTagClassName
{
color: #28E6CE;
}
</style>
background-color css
<style>
a { background-color: #28E6CE; }
a { background-color: rgb(40,230,206); }
div.DivClassName
{
background-color: #28E6CE;
}
.BgClassName
{
background-color: #28E6CE;
}
</style>
border-color css
<style>
span { border-color: #28E6CE; }
span { border-color: rgb(40,230,206); }
td.TdClassName
{
border-color: #28E6CE;
}
.TagClassName
{
border-color: #28E6CE;
}
</style>