Shades of Turquoise #28D5C3
Tints of Turquoise #28D5C3
RGB
CMYK
RGB Variations
Color information
#28D5C3 (or 0x28D5C3) is known color: Turquoise. HEX triplet: 28, D5 and C3. RGB value is (40,213,195). Sum of RGB (Red+Green+Blue) = 40+213+195=448 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.93% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 195 (76.56% from 255 or 43.53% from 448); Max value from RGB is 213 - color contains mainly: green. Hex color #28D5C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D5C3 is #D72A3C. Grayscale: #9F9F9F. Windows color (decimal): -14101053 or 12834088. OLE color: 12834088.
HSL color Cylindrical-coordinate representation of color #28D5C3: hue angle of 173.76º degrees, saturation: 0.68, 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 #28D5C3 is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 213 | 195 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.16 |
| HSL | 173.76º | 0.68% | 0.5% | - |
| HSV(B) | 173.76º | 0.81% | 0.84% | - |
| XYZ | 34.52 | 51.98 | 59.84 | - |
| YUV | 159.22 | 148.19 | 42.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 213 | 195 | 0.81 | 0 | 0.08 | 0.16 | 173.76 | 0.68 | 0.5 |
| Hex | 28 | D5 | C3 | 51 | 0 | 8 | 10 | AE | 44 | 32 |
| Octal | 50 | 325 | 303 | 121 | 0 | 10 | 20 | 256 | 104 | 62 |
| Binary | 101000 | 11010101 | 11000011 | 1010001 | 0 | 1000 | 10000 | 10101110 | 1000100 | 110010 |
Color Harmonies of #28D5C3
Complementary color
Monochromatic Colors of #28D5C3
Black with #28D5C3
Text Example
Text Example
White with #28D5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D5C3; }
p { color: rgb(40,213,195); }
H1.HeaderClassName
{
color: #28D5C3;
}
.AnyTagClassName
{
color: #28D5C3;
}
</style>
background-color css
<style>
a { background-color: #28D5C3; }
a { background-color: rgb(40,213,195); }
div.DivClassName
{
background-color: #28D5C3;
}
.BgClassName
{
background-color: #28D5C3;
}
</style>
border-color css
<style>
span { border-color: #28D5C3; }
span { border-color: rgb(40,213,195); }
td.TdClassName
{
border-color: #28D5C3;
}
.TagClassName
{
border-color: #28D5C3;
}
</style>