Shades of Turquoise #28D4CE
Tints of Turquoise #28D4CE
RGB
CMYK
RGB Variations
Color information
#28D4CE (or 0x28D4CE) is known color: Turquoise. HEX triplet: 28, D4 and CE. RGB value is (40,212,206). Sum of RGB (Red+Green+Blue) = 40+212+206=458 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.73% from 458); Green value is 212 (83.20% from 255 or 46.29% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 212 - color contains mainly: green. Hex color #28D4CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D4CE is #D72B31. Grayscale: #9F9F9F. Windows color (decimal): -14101298 or 13554728. OLE color: 13554728.
HSL color Cylindrical-coordinate representation of color #28D4CE: hue angle of 177.91º 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 #28D4CE is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 40 | 212 | 206 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.17 |
| HSL | 177.91º | 0.68% | 0.49% | - |
| HSV(B) | 177.91º | 0.81% | 0.83% | - |
| XYZ | 35.56 | 51.99 | 66.55 | - |
| YUV | 159.89 | 154.02 | 42.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 212 | 206 | 0.81 | 0 | 0.03 | 0.17 | 177.91 | 0.68 | 0.49 |
| Hex | 28 | D4 | CE | 51 | 0 | 3 | 11 | B2 | 44 | 31 |
| Octal | 50 | 324 | 316 | 121 | 0 | 3 | 21 | 262 | 104 | 61 |
| Binary | 101000 | 11010100 | 11001110 | 1010001 | 0 | 11 | 10001 | 10110010 | 1000100 | 110001 |
Color Harmonies of #28D4CE
Complementary color
Monochromatic Colors of #28D4CE
Black with #28D4CE
Text Example
Text Example
White with #28D4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D4CE; }
p { color: rgb(40,212,206); }
H1.HeaderClassName
{
color: #28D4CE;
}
.AnyTagClassName
{
color: #28D4CE;
}
</style>
background-color css
<style>
a { background-color: #28D4CE; }
a { background-color: rgb(40,212,206); }
div.DivClassName
{
background-color: #28D4CE;
}
.BgClassName
{
background-color: #28D4CE;
}
</style>
border-color css
<style>
span { border-color: #28D4CE; }
span { border-color: rgb(40,212,206); }
td.TdClassName
{
border-color: #28D4CE;
}
.TagClassName
{
border-color: #28D4CE;
}
</style>