Shades of Turquoise #28DEC6
Tints of Turquoise #28DEC6
RGB
CMYK
RGB Variations
Color information
#28DEC6 (or 0x28DEC6) is known color: Turquoise. HEX triplet: 28, DE and C6. RGB value is (40,222,198). Sum of RGB (Red+Green+Blue) = 40+222+198=460 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.70% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 222 - color contains mainly: green. Hex color #28DEC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DEC6 is #D72139. Grayscale: #A4A4A4. Windows color (decimal): -14098746 or 13033000. OLE color: 13033000.
HSL color Cylindrical-coordinate representation of color #28DEC6: hue angle of 172.09º 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 #28DEC6 is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 222 | 198 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.13 |
| HSL | 172.09º | 0.73% | 0.51% | - |
| HSV(B) | 172.09º | 0.82% | 0.87% | - |
| XYZ | 37.19 | 56.77 | 62.42 | - |
| YUV | 164.85 | 146.7 | 38.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 222 | 198 | 0.82 | 0 | 0.11 | 0.13 | 172.09 | 0.73 | 0.51 |
| Hex | 28 | DE | C6 | 52 | 0 | B | D | AC | 49 | 33 |
| Octal | 50 | 336 | 306 | 122 | 0 | 13 | 15 | 254 | 111 | 63 |
| Binary | 101000 | 11011110 | 11000110 | 1010010 | 0 | 1011 | 1101 | 10101100 | 1001001 | 110011 |
Color Harmonies of #28DEC6
Complementary color
Monochromatic Colors of #28DEC6
Black with #28DEC6
Text Example
Text Example
White with #28DEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DEC6; }
p { color: rgb(40,222,198); }
H1.HeaderClassName
{
color: #28DEC6;
}
.AnyTagClassName
{
color: #28DEC6;
}
</style>
background-color css
<style>
a { background-color: #28DEC6; }
a { background-color: rgb(40,222,198); }
div.DivClassName
{
background-color: #28DEC6;
}
.BgClassName
{
background-color: #28DEC6;
}
</style>
border-color css
<style>
span { border-color: #28DEC6; }
span { border-color: rgb(40,222,198); }
td.TdClassName
{
border-color: #28DEC6;
}
.TagClassName
{
border-color: #28DEC6;
}
</style>