Shades of Turquoise #28DACA
Tints of Turquoise #28DACA
RGB
CMYK
RGB Variations
Color information
#28DACA (or 0x28DACA) is known color: Turquoise. HEX triplet: 28, DA and CA. RGB value is (40,218,202). Sum of RGB (Red+Green+Blue) = 40+218+202=460 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.70% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 218 - color contains mainly: green. Hex color #28DACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DACA is #D72535. Grayscale: #A2A2A2. Windows color (decimal): -14099766 or 13294120. OLE color: 13294120.
HSL color Cylindrical-coordinate representation of color #28DACA: hue angle of 174.61º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DACA is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 218 | 202 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.15 |
| HSL | 174.61º | 0.71% | 0.51% | - |
| HSV(B) | 174.61º | 0.82% | 0.85% | - |
| XYZ | 36.61 | 54.86 | 64.54 | - |
| YUV | 162.95 | 150.03 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 218 | 202 | 0.82 | 0 | 0.07 | 0.15 | 174.61 | 0.71 | 0.51 |
| Hex | 28 | DA | CA | 52 | 0 | 7 | F | AF | 47 | 33 |
| Octal | 50 | 332 | 312 | 122 | 0 | 7 | 17 | 257 | 107 | 63 |
| Binary | 101000 | 11011010 | 11001010 | 1010010 | 0 | 111 | 1111 | 10101111 | 1000111 | 110011 |
Color Harmonies of #28DACA
Complementary color
Monochromatic Colors of #28DACA
Black with #28DACA
Text Example
Text Example
White with #28DACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DACA; }
p { color: rgb(40,218,202); }
H1.HeaderClassName
{
color: #28DACA;
}
.AnyTagClassName
{
color: #28DACA;
}
</style>
background-color css
<style>
a { background-color: #28DACA; }
a { background-color: rgb(40,218,202); }
div.DivClassName
{
background-color: #28DACA;
}
.BgClassName
{
background-color: #28DACA;
}
</style>
border-color css
<style>
span { border-color: #28DACA; }
span { border-color: rgb(40,218,202); }
td.TdClassName
{
border-color: #28DACA;
}
.TagClassName
{
border-color: #28DACA;
}
</style>