Shades of Turquoise #28E0CA
Tints of Turquoise #28E0CA
RGB
CMYK
RGB Variations
Color information
#28E0CA (or 0x28E0CA) is known color: Turquoise. HEX triplet: 28, E0 and CA. RGB value is (40,224,202). Sum of RGB (Red+Green+Blue) = 40+224+202=466 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.58% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 224 - color contains mainly: green. Hex color #28E0CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E0CA is #D71F35. Grayscale: #A6A6A6. Windows color (decimal): -14098230 or 13295656. OLE color: 13295656.
HSL color Cylindrical-coordinate representation of color #28E0CA: hue angle of 172.83º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E0CA is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 224 | 202 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.12 |
| HSL | 172.83º | 0.75% | 0.52% | - |
| HSV(B) | 172.83º | 0.82% | 0.88% | - |
| XYZ | 38.19 | 58.03 | 65.06 | - |
| YUV | 166.48 | 148.04 | 37.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 224 | 202 | 0.82 | 0 | 0.10 | 0.12 | 172.83 | 0.75 | 0.52 |
| Hex | 28 | E0 | CA | 52 | 0 | A | C | AD | 4B | 34 |
| Octal | 50 | 340 | 312 | 122 | 0 | 12 | 14 | 255 | 113 | 64 |
| Binary | 101000 | 11100000 | 11001010 | 1010010 | 0 | 1010 | 1100 | 10101101 | 1001011 | 110100 |
Color Harmonies of #28E0CA
Complementary color
Monochromatic Colors of #28E0CA
Black with #28E0CA
Text Example
Text Example
White with #28E0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E0CA; }
p { color: rgb(40,224,202); }
H1.HeaderClassName
{
color: #28E0CA;
}
.AnyTagClassName
{
color: #28E0CA;
}
</style>
background-color css
<style>
a { background-color: #28E0CA; }
a { background-color: rgb(40,224,202); }
div.DivClassName
{
background-color: #28E0CA;
}
.BgClassName
{
background-color: #28E0CA;
}
</style>
border-color css
<style>
span { border-color: #28E0CA; }
span { border-color: rgb(40,224,202); }
td.TdClassName
{
border-color: #28E0CA;
}
.TagClassName
{
border-color: #28E0CA;
}
</style>