Shades of Turquoise #28DECD
Tints of Turquoise #28DECD
RGB
CMYK
RGB Variations
Color information
#28DECD (or 0x28DECD) is known color: Turquoise. HEX triplet: 28, DE and CD. RGB value is (40,222,205). Sum of RGB (Red+Green+Blue) = 40+222+205=467 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.57% from 467); Green value is 222 (87.11% from 255 or 47.54% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 222 - color contains mainly: green. Hex color #28DECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DECD is #D72132. Grayscale: #A5A5A5. Windows color (decimal): -14098739 or 13491752. OLE color: 13491752.
HSL color Cylindrical-coordinate representation of color #28DECD: hue angle of 174.4º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DECD is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 222 | 205 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.13 |
| HSL | 174.4º | 0.73% | 0.51% | - |
| HSV(B) | 174.4º | 0.82% | 0.87% | - |
| XYZ | 38.02 | 57.1 | 66.78 | - |
| YUV | 165.64 | 150.2 | 38.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 222 | 205 | 0.82 | 0 | 0.08 | 0.13 | 174.4 | 0.73 | 0.51 |
| Hex | 28 | DE | CD | 52 | 0 | 8 | D | AE | 49 | 33 |
| Octal | 50 | 336 | 315 | 122 | 0 | 10 | 15 | 256 | 111 | 63 |
| Binary | 101000 | 11011110 | 11001101 | 1010010 | 0 | 1000 | 1101 | 10101110 | 1001001 | 110011 |
Color Harmonies of #28DECD
Complementary color
Monochromatic Colors of #28DECD
Black with #28DECD
Text Example
Text Example
White with #28DECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DECD; }
p { color: rgb(40,222,205); }
H1.HeaderClassName
{
color: #28DECD;
}
.AnyTagClassName
{
color: #28DECD;
}
</style>
background-color css
<style>
a { background-color: #28DECD; }
a { background-color: rgb(40,222,205); }
div.DivClassName
{
background-color: #28DECD;
}
.BgClassName
{
background-color: #28DECD;
}
</style>
border-color css
<style>
span { border-color: #28DECD; }
span { border-color: rgb(40,222,205); }
td.TdClassName
{
border-color: #28DECD;
}
.TagClassName
{
border-color: #28DECD;
}
</style>