Shades of Turquoise #28D5CC
Tints of Turquoise #28D5CC
RGB
CMYK
RGB Variations
Color information
#28D5CC (or 0x28D5CC) is known color: Turquoise. HEX triplet: 28, D5 and CC. RGB value is (40,213,204). Sum of RGB (Red+Green+Blue) = 40+213+204=457 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.75% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 213 - color contains mainly: green. Hex color #28D5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D5CC is #D72A33. Grayscale: #A0A0A0. Windows color (decimal): -14101044 or 13423912. OLE color: 13423912.
HSL color Cylindrical-coordinate representation of color #28D5CC: hue angle of 176.88º 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 #28D5CC is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 213 | 204 | - |
| CMYK | 0.81 | 0 | 0.04 | 0.16 |
| HSL | 176.88º | 0.68% | 0.5% | - |
| HSV(B) | 176.88º | 0.81% | 0.84% | - |
| XYZ | 35.57 | 52.4 | 65.37 | - |
| YUV | 160.25 | 152.69 | 42.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 213 | 204 | 0.81 | 0 | 0.04 | 0.16 | 176.88 | 0.68 | 0.5 |
| Hex | 28 | D5 | CC | 51 | 0 | 4 | 10 | B1 | 44 | 32 |
| Octal | 50 | 325 | 314 | 121 | 0 | 4 | 20 | 261 | 104 | 62 |
| Binary | 101000 | 11010101 | 11001100 | 1010001 | 0 | 100 | 10000 | 10110001 | 1000100 | 110010 |
Color Harmonies of #28D5CC
Complementary color
Monochromatic Colors of #28D5CC
Black with #28D5CC
Text Example
Text Example
White with #28D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D5CC; }
p { color: rgb(40,213,204); }
H1.HeaderClassName
{
color: #28D5CC;
}
.AnyTagClassName
{
color: #28D5CC;
}
</style>
background-color css
<style>
a { background-color: #28D5CC; }
a { background-color: rgb(40,213,204); }
div.DivClassName
{
background-color: #28D5CC;
}
.BgClassName
{
background-color: #28D5CC;
}
</style>
border-color css
<style>
span { border-color: #28D5CC; }
span { border-color: rgb(40,213,204); }
td.TdClassName
{
border-color: #28D5CC;
}
.TagClassName
{
border-color: #28D5CC;
}
</style>