Shades of Turquoise #28D8CA
Tints of Turquoise #28D8CA
RGB
CMYK
RGB Variations
Color information
#28D8CA (or 0x28D8CA) is known color: Turquoise. HEX triplet: 28, D8 and CA. RGB value is (40,216,202). Sum of RGB (Red+Green+Blue) = 40+216+202=458 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.73% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 216 - color contains mainly: green. Hex color #28D8CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D8CA is #D72735. Grayscale: #A1A1A1. Windows color (decimal): -14100278 or 13293608. OLE color: 13293608.
HSL color Cylindrical-coordinate representation of color #28D8CA: hue angle of 175.23º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D8CA is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 216 | 202 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.15 |
| HSL | 175.23º | 0.69% | 0.5% | - |
| HSV(B) | 175.23º | 0.81% | 0.85% | - |
| XYZ | 36.09 | 53.83 | 64.36 | - |
| YUV | 161.78 | 150.69 | 41.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 216 | 202 | 0.81 | 0 | 0.06 | 0.15 | 175.23 | 0.69 | 0.5 |
| Hex | 28 | D8 | CA | 51 | 0 | 6 | F | AF | 45 | 32 |
| Octal | 50 | 330 | 312 | 121 | 0 | 6 | 17 | 257 | 105 | 62 |
| Binary | 101000 | 11011000 | 11001010 | 1010001 | 0 | 110 | 1111 | 10101111 | 1000101 | 110010 |
Color Harmonies of #28D8CA
Complementary color
Monochromatic Colors of #28D8CA
Black with #28D8CA
Text Example
Text Example
White with #28D8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D8CA; }
p { color: rgb(40,216,202); }
H1.HeaderClassName
{
color: #28D8CA;
}
.AnyTagClassName
{
color: #28D8CA;
}
</style>
background-color css
<style>
a { background-color: #28D8CA; }
a { background-color: rgb(40,216,202); }
div.DivClassName
{
background-color: #28D8CA;
}
.BgClassName
{
background-color: #28D8CA;
}
</style>
border-color css
<style>
span { border-color: #28D8CA; }
span { border-color: rgb(40,216,202); }
td.TdClassName
{
border-color: #28D8CA;
}
.TagClassName
{
border-color: #28D8CA;
}
</style>