Shades of Turquoise #28DCCE
Tints of Turquoise #28DCCE
RGB
CMYK
RGB Variations
Color information
#28DCCE (or 0x28DCCE) is known color: Turquoise. HEX triplet: 28, DC and CE. RGB value is (40,220,206). Sum of RGB (Red+Green+Blue) = 40+220+206=466 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.58% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #28DCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DCCE is #D72331. Grayscale: #A4A4A4. Windows color (decimal): -14099250 or 13556776. OLE color: 13556776.
HSL color Cylindrical-coordinate representation of color #28DCCE: hue angle of 175.33º 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 #28DCCE is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 220 | 206 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.14 |
| HSL | 175.33º | 0.72% | 0.51% | - |
| HSV(B) | 175.33º | 0.82% | 0.86% | - |
| XYZ | 37.61 | 56.09 | 67.24 | - |
| YUV | 164.58 | 151.37 | 39.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 206 | 0.82 | 0 | 0.06 | 0.14 | 175.33 | 0.72 | 0.51 |
| Hex | 28 | DC | CE | 52 | 0 | 6 | E | AF | 48 | 33 |
| Octal | 50 | 334 | 316 | 122 | 0 | 6 | 16 | 257 | 110 | 63 |
| Binary | 101000 | 11011100 | 11001110 | 1010010 | 0 | 110 | 1110 | 10101111 | 1001000 | 110011 |
Color Harmonies of #28DCCE
Complementary color
Monochromatic Colors of #28DCCE
Black with #28DCCE
Text Example
Text Example
White with #28DCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DCCE; }
p { color: rgb(40,220,206); }
H1.HeaderClassName
{
color: #28DCCE;
}
.AnyTagClassName
{
color: #28DCCE;
}
</style>
background-color css
<style>
a { background-color: #28DCCE; }
a { background-color: rgb(40,220,206); }
div.DivClassName
{
background-color: #28DCCE;
}
.BgClassName
{
background-color: #28DCCE;
}
</style>
border-color css
<style>
span { border-color: #28DCCE; }
span { border-color: rgb(40,220,206); }
td.TdClassName
{
border-color: #28DCCE;
}
.TagClassName
{
border-color: #28DCCE;
}
</style>