Shades of Turquoise #28D7CB
Tints of Turquoise #28D7CB
RGB
CMYK
RGB Variations
Color information
#28D7CB (or 0x28D7CB) is known color: Turquoise. HEX triplet: 28, D7 and CB. RGB value is (40,215,203). Sum of RGB (Red+Green+Blue) = 40+215+203=458 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.73% from 458); Green value is 215 (84.38% from 255 or 46.94% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 215 - color contains mainly: green. Hex color #28D7CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D7CB is #D72834. Grayscale: #A1A1A1. Windows color (decimal): -14100533 or 13358888. OLE color: 13358888.
HSL color Cylindrical-coordinate representation of color #28D7CB: hue angle of 175.89º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D7CB is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 215 | 203 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.16 |
| HSL | 175.89º | 0.69% | 0.5% | - |
| HSV(B) | 175.89º | 0.81% | 0.84% | - |
| XYZ | 35.96 | 53.36 | 64.91 | - |
| YUV | 161.31 | 151.52 | 41.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 215 | 203 | 0.81 | 0 | 0.06 | 0.16 | 175.89 | 0.69 | 0.5 |
| Hex | 28 | D7 | CB | 51 | 0 | 6 | 10 | B0 | 45 | 32 |
| Octal | 50 | 327 | 313 | 121 | 0 | 6 | 20 | 260 | 105 | 62 |
| Binary | 101000 | 11010111 | 11001011 | 1010001 | 0 | 110 | 10000 | 10110000 | 1000101 | 110010 |
Color Harmonies of #28D7CB
Complementary color
Monochromatic Colors of #28D7CB
Black with #28D7CB
Text Example
Text Example
White with #28D7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D7CB; }
p { color: rgb(40,215,203); }
H1.HeaderClassName
{
color: #28D7CB;
}
.AnyTagClassName
{
color: #28D7CB;
}
</style>
background-color css
<style>
a { background-color: #28D7CB; }
a { background-color: rgb(40,215,203); }
div.DivClassName
{
background-color: #28D7CB;
}
.BgClassName
{
background-color: #28D7CB;
}
</style>
border-color css
<style>
span { border-color: #28D7CB; }
span { border-color: rgb(40,215,203); }
td.TdClassName
{
border-color: #28D7CB;
}
.TagClassName
{
border-color: #28D7CB;
}
</style>