Shades of Turquoise #28DECC
Tints of Turquoise #28DECC
RGB
CMYK
RGB Variations
Color information
#28DECC (or 0x28DECC) is known color: Turquoise. HEX triplet: 28, DE and CC. RGB value is (40,222,204). Sum of RGB (Red+Green+Blue) = 40+222+204=466 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.58% from 466); Green value is 222 (87.11% from 255 or 47.64% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 222 - color contains mainly: green. Hex color #28DECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DECC is #D72133. Grayscale: #A5A5A5. Windows color (decimal): -14098740 or 13426216. OLE color: 13426216.
HSL color Cylindrical-coordinate representation of color #28DECC: hue angle of 174.07º 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 #28DECC is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 222 | 204 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.13 |
| HSL | 174.07º | 0.73% | 0.51% | - |
| HSV(B) | 174.07º | 0.82% | 0.87% | - |
| XYZ | 37.9 | 57.05 | 66.14 | - |
| YUV | 165.53 | 149.7 | 38.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 222 | 204 | 0.82 | 0 | 0.08 | 0.13 | 174.07 | 0.73 | 0.51 |
| Hex | 28 | DE | CC | 52 | 0 | 8 | D | AE | 49 | 33 |
| Octal | 50 | 336 | 314 | 122 | 0 | 10 | 15 | 256 | 111 | 63 |
| Binary | 101000 | 11011110 | 11001100 | 1010010 | 0 | 1000 | 1101 | 10101110 | 1001001 | 110011 |
Color Harmonies of #28DECC
Complementary color
Monochromatic Colors of #28DECC
Black with #28DECC
Text Example
Text Example
White with #28DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DECC; }
p { color: rgb(40,222,204); }
H1.HeaderClassName
{
color: #28DECC;
}
.AnyTagClassName
{
color: #28DECC;
}
</style>
background-color css
<style>
a { background-color: #28DECC; }
a { background-color: rgb(40,222,204); }
div.DivClassName
{
background-color: #28DECC;
}
.BgClassName
{
background-color: #28DECC;
}
</style>
border-color css
<style>
span { border-color: #28DECC; }
span { border-color: rgb(40,222,204); }
td.TdClassName
{
border-color: #28DECC;
}
.TagClassName
{
border-color: #28DECC;
}
</style>