Shades of Turquoise #28DACE
Tints of Turquoise #28DACE
RGB
CMYK
RGB Variations
Color information
#28DACE (or 0x28DACE) is known color: Turquoise. HEX triplet: 28, DA and CE. RGB value is (40,218,206). Sum of RGB (Red+Green+Blue) = 40+218+206=464 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.62% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 218 - color contains mainly: green. Hex color #28DACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DACE is #D72531. Grayscale: #A3A3A3. Windows color (decimal): -14099762 or 13556264. OLE color: 13556264.
HSL color Cylindrical-coordinate representation of color #28DACE: hue angle of 175.96º 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 #28DACE is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 218 | 206 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.15 |
| HSL | 175.96º | 0.71% | 0.51% | - |
| HSV(B) | 175.96º | 0.82% | 0.85% | - |
| XYZ | 37.09 | 55.05 | 67.06 | - |
| YUV | 163.41 | 152.03 | 39.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 218 | 206 | 0.82 | 0 | 0.06 | 0.15 | 175.96 | 0.71 | 0.51 |
| Hex | 28 | DA | CE | 52 | 0 | 6 | F | B0 | 47 | 33 |
| Octal | 50 | 332 | 316 | 122 | 0 | 6 | 17 | 260 | 107 | 63 |
| Binary | 101000 | 11011010 | 11001110 | 1010010 | 0 | 110 | 1111 | 10110000 | 1000111 | 110011 |
Color Harmonies of #28DACE
Complementary color
Monochromatic Colors of #28DACE
Black with #28DACE
Text Example
Text Example
White with #28DACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DACE; }
p { color: rgb(40,218,206); }
H1.HeaderClassName
{
color: #28DACE;
}
.AnyTagClassName
{
color: #28DACE;
}
</style>
background-color css
<style>
a { background-color: #28DACE; }
a { background-color: rgb(40,218,206); }
div.DivClassName
{
background-color: #28DACE;
}
.BgClassName
{
background-color: #28DACE;
}
</style>
border-color css
<style>
span { border-color: #28DACE; }
span { border-color: rgb(40,218,206); }
td.TdClassName
{
border-color: #28DACE;
}
.TagClassName
{
border-color: #28DACE;
}
</style>