Shades of Turquoise #28DCCA
Tints of Turquoise #28DCCA
RGB
CMYK
RGB Variations
Color information
#28DCCA (or 0x28DCCA) is known color: Turquoise. HEX triplet: 28, DC and CA. RGB value is (40,220,202). Sum of RGB (Red+Green+Blue) = 40+220+202=462 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.66% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #28DCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DCCA is #D72335. Grayscale: #A4A4A4. Windows color (decimal): -14099254 or 13294632. OLE color: 13294632.
HSL color Cylindrical-coordinate representation of color #28DCCA: hue angle of 174º 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 #28DCCA is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 220 | 202 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.14 |
| HSL | 174º | 0.72% | 0.51% | - |
| HSV(B) | 174º | 0.82% | 0.86% | - |
| XYZ | 37.13 | 55.9 | 64.71 | - |
| YUV | 164.13 | 149.37 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 202 | 0.82 | 0 | 0.08 | 0.14 | 174 | 0.72 | 0.51 |
| Hex | 28 | DC | CA | 52 | 0 | 8 | E | AE | 48 | 33 |
| Octal | 50 | 334 | 312 | 122 | 0 | 10 | 16 | 256 | 110 | 63 |
| Binary | 101000 | 11011100 | 11001010 | 1010010 | 0 | 1000 | 1110 | 10101110 | 1001000 | 110011 |
Color Harmonies of #28DCCA
Complementary color
Monochromatic Colors of #28DCCA
Black with #28DCCA
Text Example
Text Example
White with #28DCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DCCA; }
p { color: rgb(40,220,202); }
H1.HeaderClassName
{
color: #28DCCA;
}
.AnyTagClassName
{
color: #28DCCA;
}
</style>
background-color css
<style>
a { background-color: #28DCCA; }
a { background-color: rgb(40,220,202); }
div.DivClassName
{
background-color: #28DCCA;
}
.BgClassName
{
background-color: #28DCCA;
}
</style>
border-color css
<style>
span { border-color: #28DCCA; }
span { border-color: rgb(40,220,202); }
td.TdClassName
{
border-color: #28DCCA;
}
.TagClassName
{
border-color: #28DCCA;
}
</style>