Shades of Turquoise #28EAB4
Tints of Turquoise #28EAB4
RGB
CMYK
RGB Variations
Color information
#28EAB4 (or 0x28EAB4) is known color: Turquoise. HEX triplet: 28, EA and B4. RGB value is (40,234,180). Sum of RGB (Red+Green+Blue) = 40+234+180=454 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.81% from 454); Green value is 234 (91.80% from 255 or 51.54% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 234 - color contains mainly: green. Hex color #28EAB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EAB4 is #D7154B. Grayscale: #A9A9A9. Windows color (decimal): -14095692 or 11856424. OLE color: 11856424.
HSL color Cylindrical-coordinate representation of color #28EAB4: hue angle of 163.3º 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 #28EAB4 is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 234 | 180 | - |
| CMYK | 0.83 | 0 | 0.23 | 0.08 |
| HSL | 163.3º | 0.82% | 0.54% | - |
| HSV(B) | 163.3º | 0.83% | 0.92% | - |
| XYZ | 38.54 | 62.59 | 53.23 | - |
| YUV | 169.84 | 133.73 | 35.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 234 | 180 | 0.83 | 0 | 0.23 | 0.08 | 163.3 | 0.82 | 0.54 |
| Hex | 28 | EA | B4 | 53 | 0 | 17 | 8 | A3 | 52 | 36 |
| Octal | 50 | 352 | 264 | 123 | 0 | 27 | 10 | 243 | 122 | 66 |
| Binary | 101000 | 11101010 | 10110100 | 1010011 | 0 | 10111 | 1000 | 10100011 | 1010010 | 110110 |
Color Harmonies of #28EAB4
Complementary color
Monochromatic Colors of #28EAB4
Black with #28EAB4
Text Example
Text Example
White with #28EAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EAB4; }
p { color: rgb(40,234,180); }
H1.HeaderClassName
{
color: #28EAB4;
}
.AnyTagClassName
{
color: #28EAB4;
}
</style>
background-color css
<style>
a { background-color: #28EAB4; }
a { background-color: rgb(40,234,180); }
div.DivClassName
{
background-color: #28EAB4;
}
.BgClassName
{
background-color: #28EAB4;
}
</style>
border-color css
<style>
span { border-color: #28EAB4; }
span { border-color: rgb(40,234,180); }
td.TdClassName
{
border-color: #28EAB4;
}
.TagClassName
{
border-color: #28EAB4;
}
</style>