Shades of Turquoise #28DADB
Tints of Turquoise #28DADB
RGB
CMYK
RGB Variations
Color information
#28DADB (or 0x28DADB) is known color: Turquoise. HEX triplet: 28, DA and DB. RGB value is (40,218,219). Sum of RGB (Red+Green+Blue) = 40+218+219=477 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.39% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #28DADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DADB is #D72524. Grayscale: #A4A4A4. Windows color (decimal): -14099749 or 14408232. OLE color: 14408232.
HSL color Cylindrical-coordinate representation of color #28DADB: hue angle of 180.34º degrees, saturation: 0.71, 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 #28DADB is Cyan = 0.82, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 218 | 219 | - |
| CMYK | 0.82 | 0.00 | 0 | 0.14 |
| HSL | 180.34º | 0.71% | 0.51% | - |
| HSV(B) | 180.34º | 0.82% | 0.86% | - |
| XYZ | 38.73 | 55.71 | 75.73 | - |
| YUV | 164.89 | 158.53 | 38.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 218 | 219 | 0.82 | 0.00 | 0 | 0.14 | 180.34 | 0.71 | 0.51 |
| Hex | 28 | DA | DB | 52 | 0 | 0 | E | B4 | 47 | 33 |
| Octal | 50 | 332 | 333 | 122 | 0 | 0 | 16 | 264 | 107 | 63 |
| Binary | 101000 | 11011010 | 11011011 | 1010010 | 0 | 0 | 1110 | 10110100 | 1000111 | 110011 |
Color Harmonies of #28DADB
Complementary color
Monochromatic Colors of #28DADB
Black with #28DADB
Text Example
Text Example
White with #28DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DADB; }
p { color: rgb(40,218,219); }
H1.HeaderClassName
{
color: #28DADB;
}
.AnyTagClassName
{
color: #28DADB;
}
</style>
background-color css
<style>
a { background-color: #28DADB; }
a { background-color: rgb(40,218,219); }
div.DivClassName
{
background-color: #28DADB;
}
.BgClassName
{
background-color: #28DADB;
}
</style>
border-color css
<style>
span { border-color: #28DADB; }
span { border-color: rgb(40,218,219); }
td.TdClassName
{
border-color: #28DADB;
}
.TagClassName
{
border-color: #28DADB;
}
</style>