Shades of Turquoise #28DCDA
Tints of Turquoise #28DCDA
RGB
CMYK
RGB Variations
Color information
#28DCDA (or 0x28DCDA) is known color: Turquoise. HEX triplet: 28, DC and DA. RGB value is (40,220,218). Sum of RGB (Red+Green+Blue) = 40+220+218=478 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.37% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #28DCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DCDA is #D72325. Grayscale: #A5A5A5. Windows color (decimal): -14099238 or 14343208. OLE color: 14343208.
HSL color Cylindrical-coordinate representation of color #28DCDA: hue angle of 179.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 #28DCDA is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 220 | 218 | - |
| CMYK | 0.82 | 0 | 0.01 | 0.14 |
| HSL | 179.33º | 0.72% | 0.51% | - |
| HSV(B) | 179.33º | 0.82% | 0.86% | - |
| XYZ | 39.12 | 56.7 | 75.21 | - |
| YUV | 165.95 | 157.37 | 38.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 218 | 0.82 | 0 | 0.01 | 0.14 | 179.33 | 0.72 | 0.51 |
| Hex | 28 | DC | DA | 52 | 0 | 1 | E | B3 | 48 | 33 |
| Octal | 50 | 334 | 332 | 122 | 0 | 1 | 16 | 263 | 110 | 63 |
| Binary | 101000 | 11011100 | 11011010 | 1010010 | 0 | 1 | 1110 | 10110011 | 1001000 | 110011 |
Color Harmonies of #28DCDA
Complementary color
Monochromatic Colors of #28DCDA
Black with #28DCDA
Text Example
Text Example
White with #28DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DCDA; }
p { color: rgb(40,220,218); }
H1.HeaderClassName
{
color: #28DCDA;
}
.AnyTagClassName
{
color: #28DCDA;
}
</style>
background-color css
<style>
a { background-color: #28DCDA; }
a { background-color: rgb(40,220,218); }
div.DivClassName
{
background-color: #28DCDA;
}
.BgClassName
{
background-color: #28DCDA;
}
</style>
border-color css
<style>
span { border-color: #28DCDA; }
span { border-color: rgb(40,220,218); }
td.TdClassName
{
border-color: #28DCDA;
}
.TagClassName
{
border-color: #28DCDA;
}
</style>