Shades of Turquoise #28D0C0
Tints of Turquoise #28D0C0
RGB
CMYK
RGB Variations
Color information
#28D0C0 (or 0x28D0C0) is known color: Turquoise. HEX triplet: 28, D0 and C0. RGB value is (40,208,192). Sum of RGB (Red+Green+Blue) = 40+208+192=440 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.09% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 208 - color contains mainly: green. Hex color #28D0C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D0C0 is #D72F3F. Grayscale: #9B9B9B. Windows color (decimal): -14102336 or 12636200. OLE color: 12636200.
HSL color Cylindrical-coordinate representation of color #28D0C0: hue angle of 174.29º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D0C0 is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 208 | 192 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.18 |
| HSL | 174.29º | 0.68% | 0.49% | - |
| HSV(B) | 174.29º | 0.81% | 0.82% | - |
| XYZ | 32.95 | 49.37 | 57.66 | - |
| YUV | 155.94 | 148.34 | 45.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 208 | 192 | 0.81 | 0 | 0.08 | 0.18 | 174.29 | 0.68 | 0.49 |
| Hex | 28 | D0 | C0 | 51 | 0 | 8 | 12 | AE | 44 | 31 |
| Octal | 50 | 320 | 300 | 121 | 0 | 10 | 22 | 256 | 104 | 61 |
| Binary | 101000 | 11010000 | 11000000 | 1010001 | 0 | 1000 | 10010 | 10101110 | 1000100 | 110001 |
Color Harmonies of #28D0C0
Complementary color
Monochromatic Colors of #28D0C0
Black with #28D0C0
Text Example
Text Example
White with #28D0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D0C0; }
p { color: rgb(40,208,192); }
H1.HeaderClassName
{
color: #28D0C0;
}
.AnyTagClassName
{
color: #28D0C0;
}
</style>
background-color css
<style>
a { background-color: #28D0C0; }
a { background-color: rgb(40,208,192); }
div.DivClassName
{
background-color: #28D0C0;
}
.BgClassName
{
background-color: #28D0C0;
}
</style>
border-color css
<style>
span { border-color: #28D0C0; }
span { border-color: rgb(40,208,192); }
td.TdClassName
{
border-color: #28D0C0;
}
.TagClassName
{
border-color: #28D0C0;
}
</style>