Shades of Turquoise #28D3DA
Tints of Turquoise #28D3DA
RGB
CMYK
RGB Variations
Color information
#28D3DA (or 0x28D3DA) is known color: Turquoise. HEX triplet: 28, D3 and DA. RGB value is (40,211,218). Sum of RGB (Red+Green+Blue) = 40+211+218=469 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.53% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #28D3DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D3DA is #D72C25. Grayscale: #A0A0A0. Windows color (decimal): -14101542 or 14340904. OLE color: 14340904.
HSL color Cylindrical-coordinate representation of color #28D3DA: hue angle of 182.36º 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 #28D3DA is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 211 | 218 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.15 |
| HSL | 182.36º | 0.71% | 0.51% | - |
| HSV(B) | 182.36º | 0.82% | 0.85% | - |
| XYZ | 36.82 | 52.1 | 74.45 | - |
| YUV | 160.67 | 160.35 | 41.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 211 | 218 | 0.82 | 0.03 | 0 | 0.15 | 182.36 | 0.71 | 0.51 |
| Hex | 28 | D3 | DA | 52 | 3 | 0 | F | B6 | 47 | 33 |
| Octal | 50 | 323 | 332 | 122 | 3 | 0 | 17 | 266 | 107 | 63 |
| Binary | 101000 | 11010011 | 11011010 | 1010010 | 11 | 0 | 1111 | 10110110 | 1000111 | 110011 |
Color Harmonies of #28D3DA
Complementary color
Monochromatic Colors of #28D3DA
Black with #28D3DA
Text Example
Text Example
White with #28D3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D3DA; }
p { color: rgb(40,211,218); }
H1.HeaderClassName
{
color: #28D3DA;
}
.AnyTagClassName
{
color: #28D3DA;
}
</style>
background-color css
<style>
a { background-color: #28D3DA; }
a { background-color: rgb(40,211,218); }
div.DivClassName
{
background-color: #28D3DA;
}
.BgClassName
{
background-color: #28D3DA;
}
</style>
border-color css
<style>
span { border-color: #28D3DA; }
span { border-color: rgb(40,211,218); }
td.TdClassName
{
border-color: #28D3DA;
}
.TagClassName
{
border-color: #28D3DA;
}
</style>