Shades of Turquoise #28D3CA
Tints of Turquoise #28D3CA
RGB
CMYK
RGB Variations
Color information
#28D3CA (or 0x28D3CA) is known color: Turquoise. HEX triplet: 28, D3 and CA. RGB value is (40,211,202). Sum of RGB (Red+Green+Blue) = 40+211+202=453 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.83% from 453); Green value is 211 (82.81% from 255 or 46.58% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 211 - color contains mainly: green. Hex color #28D3CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D3CA is #D72C35. Grayscale: #9E9E9E. Windows color (decimal): -14101558 or 13292328. OLE color: 13292328.
HSL color Cylindrical-coordinate representation of color #28D3CA: hue angle of 176.84º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D3CA is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 40 | 211 | 202 | - |
| CMYK | 0.81 | 0 | 0.04 | 0.17 |
| HSL | 176.84º | 0.68% | 0.49% | - |
| HSV(B) | 176.84º | 0.81% | 0.83% | - |
| XYZ | 34.83 | 51.3 | 63.94 | - |
| YUV | 158.85 | 152.35 | 43.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 211 | 202 | 0.81 | 0 | 0.04 | 0.17 | 176.84 | 0.68 | 0.49 |
| Hex | 28 | D3 | CA | 51 | 0 | 4 | 11 | B1 | 44 | 31 |
| Octal | 50 | 323 | 312 | 121 | 0 | 4 | 21 | 261 | 104 | 61 |
| Binary | 101000 | 11010011 | 11001010 | 1010001 | 0 | 100 | 10001 | 10110001 | 1000100 | 110001 |
Color Harmonies of #28D3CA
Complementary color
Monochromatic Colors of #28D3CA
Black with #28D3CA
Text Example
Text Example
White with #28D3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D3CA; }
p { color: rgb(40,211,202); }
H1.HeaderClassName
{
color: #28D3CA;
}
.AnyTagClassName
{
color: #28D3CA;
}
</style>
background-color css
<style>
a { background-color: #28D3CA; }
a { background-color: rgb(40,211,202); }
div.DivClassName
{
background-color: #28D3CA;
}
.BgClassName
{
background-color: #28D3CA;
}
</style>
border-color css
<style>
span { border-color: #28D3CA; }
span { border-color: rgb(40,211,202); }
td.TdClassName
{
border-color: #28D3CA;
}
.TagClassName
{
border-color: #28D3CA;
}
</style>