Shades of Turquoise #28DCCC
Tints of Turquoise #28DCCC
RGB
CMYK
RGB Variations
Color information
#28DCCC (or 0x28DCCC) is known color: Turquoise. HEX triplet: 28, DC and CC. RGB value is (40,220,204). Sum of RGB (Red+Green+Blue) = 40+220+204=464 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.62% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #28DCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DCCC is #D72333. Grayscale: #A4A4A4. Windows color (decimal): -14099252 or 13425704. OLE color: 13425704.
HSL color Cylindrical-coordinate representation of color #28DCCC: hue angle of 174.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DCCC is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 220 | 204 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.14 |
| HSL | 174.67º | 0.72% | 0.51% | - |
| HSV(B) | 174.67º | 0.82% | 0.86% | - |
| XYZ | 37.37 | 56 | 65.97 | - |
| YUV | 164.36 | 150.37 | 39.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 204 | 0.82 | 0 | 0.07 | 0.14 | 174.67 | 0.72 | 0.51 |
| Hex | 28 | DC | CC | 52 | 0 | 7 | E | AF | 48 | 33 |
| Octal | 50 | 334 | 314 | 122 | 0 | 7 | 16 | 257 | 110 | 63 |
| Binary | 101000 | 11011100 | 11001100 | 1010010 | 0 | 111 | 1110 | 10101111 | 1001000 | 110011 |
Color Harmonies of #28DCCC
Complementary color
Monochromatic Colors of #28DCCC
Black with #28DCCC
Text Example
Text Example
White with #28DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DCCC; }
p { color: rgb(40,220,204); }
H1.HeaderClassName
{
color: #28DCCC;
}
.AnyTagClassName
{
color: #28DCCC;
}
</style>
background-color css
<style>
a { background-color: #28DCCC; }
a { background-color: rgb(40,220,204); }
div.DivClassName
{
background-color: #28DCCC;
}
.BgClassName
{
background-color: #28DCCC;
}
</style>
border-color css
<style>
span { border-color: #28DCCC; }
span { border-color: rgb(40,220,204); }
td.TdClassName
{
border-color: #28DCCC;
}
.TagClassName
{
border-color: #28DCCC;
}
</style>