Shades of Turquoise #28D1DA
Tints of Turquoise #28D1DA
RGB
CMYK
RGB Variations
Color information
#28D1DA (or 0x28D1DA) is known color: Turquoise. HEX triplet: 28, D1 and DA. RGB value is (40,209,218). Sum of RGB (Red+Green+Blue) = 40+209+218=467 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.57% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #28D1DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D1DA is #D72E25. Grayscale: #9F9F9F. Windows color (decimal): -14102054 or 14340392. OLE color: 14340392.
HSL color Cylindrical-coordinate representation of color #28D1DA: hue angle of 183.03º 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 #28D1DA is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 209 | 218 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.15 |
| HSL | 183.03º | 0.71% | 0.51% | - |
| HSV(B) | 183.03º | 0.82% | 0.85% | - |
| XYZ | 36.33 | 51.11 | 74.28 | - |
| YUV | 159.5 | 161.01 | 42.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 209 | 218 | 0.82 | 0.04 | 0 | 0.15 | 183.03 | 0.71 | 0.51 |
| Hex | 28 | D1 | DA | 52 | 4 | 0 | F | B7 | 47 | 33 |
| Octal | 50 | 321 | 332 | 122 | 4 | 0 | 17 | 267 | 107 | 63 |
| Binary | 101000 | 11010001 | 11011010 | 1010010 | 100 | 0 | 1111 | 10110111 | 1000111 | 110011 |
Color Harmonies of #28D1DA
Complementary color
Monochromatic Colors of #28D1DA
Black with #28D1DA
Text Example
Text Example
White with #28D1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D1DA; }
p { color: rgb(40,209,218); }
H1.HeaderClassName
{
color: #28D1DA;
}
.AnyTagClassName
{
color: #28D1DA;
}
</style>
background-color css
<style>
a { background-color: #28D1DA; }
a { background-color: rgb(40,209,218); }
div.DivClassName
{
background-color: #28D1DA;
}
.BgClassName
{
background-color: #28D1DA;
}
</style>
border-color css
<style>
span { border-color: #28D1DA; }
span { border-color: rgb(40,209,218); }
td.TdClassName
{
border-color: #28D1DA;
}
.TagClassName
{
border-color: #28D1DA;
}
</style>