Shades of Turquoise #28D2BC
Tints of Turquoise #28D2BC
RGB
CMYK
RGB Variations
Color information
#28D2BC (or 0x28D2BC) is known color: Turquoise. HEX triplet: 28, D2 and BC. RGB value is (40,210,188). Sum of RGB (Red+Green+Blue) = 40+210+188=438 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.13% from 438); Green value is 210 (82.42% from 255 or 47.95% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 210 - color contains mainly: green. Hex color #28D2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D2BC is #D72D43. Grayscale: #9C9C9C. Windows color (decimal): -14101828 or 12374568. OLE color: 12374568.
HSL color Cylindrical-coordinate representation of color #28D2BC: hue angle of 172.24º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D2BC is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 210 | 188 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.18 |
| HSL | 172.24º | 0.68% | 0.49% | - |
| HSV(B) | 172.24º | 0.81% | 0.82% | - |
| XYZ | 33 | 50.18 | 55.52 | - |
| YUV | 156.66 | 145.68 | 44.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 210 | 188 | 0.81 | 0 | 0.10 | 0.18 | 172.24 | 0.68 | 0.49 |
| Hex | 28 | D2 | BC | 51 | 0 | A | 12 | AC | 44 | 31 |
| Octal | 50 | 322 | 274 | 121 | 0 | 12 | 22 | 254 | 104 | 61 |
| Binary | 101000 | 11010010 | 10111100 | 1010001 | 0 | 1010 | 10010 | 10101100 | 1000100 | 110001 |
Color Harmonies of #28D2BC
Complementary color
Monochromatic Colors of #28D2BC
Black with #28D2BC
Text Example
Text Example
White with #28D2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D2BC; }
p { color: rgb(40,210,188); }
H1.HeaderClassName
{
color: #28D2BC;
}
.AnyTagClassName
{
color: #28D2BC;
}
</style>
background-color css
<style>
a { background-color: #28D2BC; }
a { background-color: rgb(40,210,188); }
div.DivClassName
{
background-color: #28D2BC;
}
.BgClassName
{
background-color: #28D2BC;
}
</style>
border-color css
<style>
span { border-color: #28D2BC; }
span { border-color: rgb(40,210,188); }
td.TdClassName
{
border-color: #28D2BC;
}
.TagClassName
{
border-color: #28D2BC;
}
</style>