Shades of Turquoise #28EAC7
Tints of Turquoise #28EAC7
RGB
CMYK
RGB Variations
Color information
#28EAC7 (or 0x28EAC7) is known color: Turquoise. HEX triplet: 28, EA and C7. RGB value is (40,234,199). Sum of RGB (Red+Green+Blue) = 40+234+199=473 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.46% from 473); Green value is 234 (91.80% from 255 or 49.47% from 473); Blue value is 199 (78.12% from 255 or 42.07% from 473); Max value from RGB is 234 - color contains mainly: green. Hex color #28EAC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EAC7 is #D71538. Grayscale: #ABABAB. Windows color (decimal): -14095673 or 13101608. OLE color: 13101608.
HSL color Cylindrical-coordinate representation of color #28EAC7: hue angle of 169.18º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EAC7 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 234 | 199 | - |
| CMYK | 0.83 | 0 | 0.15 | 0.08 |
| HSL | 169.18º | 0.82% | 0.54% | - |
| HSV(B) | 169.18º | 0.83% | 0.92% | - |
| XYZ | 40.61 | 63.42 | 64.13 | - |
| YUV | 172 | 143.23 | 33.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 234 | 199 | 0.83 | 0 | 0.15 | 0.08 | 169.18 | 0.82 | 0.54 |
| Hex | 28 | EA | C7 | 53 | 0 | F | 8 | A9 | 52 | 36 |
| Octal | 50 | 352 | 307 | 123 | 0 | 17 | 10 | 251 | 122 | 66 |
| Binary | 101000 | 11101010 | 11000111 | 1010011 | 0 | 1111 | 1000 | 10101001 | 1010010 | 110110 |
Color Harmonies of #28EAC7
Complementary color
Monochromatic Colors of #28EAC7
Black with #28EAC7
Text Example
Text Example
White with #28EAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EAC7; }
p { color: rgb(40,234,199); }
H1.HeaderClassName
{
color: #28EAC7;
}
.AnyTagClassName
{
color: #28EAC7;
}
</style>
background-color css
<style>
a { background-color: #28EAC7; }
a { background-color: rgb(40,234,199); }
div.DivClassName
{
background-color: #28EAC7;
}
.BgClassName
{
background-color: #28EAC7;
}
</style>
border-color css
<style>
span { border-color: #28EAC7; }
span { border-color: rgb(40,234,199); }
td.TdClassName
{
border-color: #28EAC7;
}
.TagClassName
{
border-color: #28EAC7;
}
</style>