Shades of Turquoise #28DBE4
Tints of Turquoise #28DBE4
RGB
CMYK
RGB Variations
Color information
#28DBE4 (or 0x28DBE4) is known color: Turquoise. HEX triplet: 28, DB and E4. RGB value is (40,219,228). Sum of RGB (Red+Green+Blue) = 40+219+228=487 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.21% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 228 (89.45% from 255 or 46.82% from 487); Max value from RGB is 228 - color contains mainly: blue. Hex color #28DBE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DBE4 is #D7241B. Grayscale: #A6A6A6. Windows color (decimal): -14099484 or 14998312. OLE color: 14998312.
HSL color Cylindrical-coordinate representation of color #28DBE4: hue angle of 182.87º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DBE4 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 219 | 228 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.11 |
| HSL | 182.87º | 0.78% | 0.53% | - |
| HSV(B) | 182.87º | 0.82% | 0.89% | - |
| XYZ | 40.21 | 56.72 | 82.23 | - |
| YUV | 166.51 | 162.7 | 37.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 219 | 228 | 0.82 | 0.04 | 0 | 0.11 | 182.87 | 0.78 | 0.53 |
| Hex | 28 | DB | E4 | 52 | 4 | 0 | B | B7 | 4E | 35 |
| Octal | 50 | 333 | 344 | 122 | 4 | 0 | 13 | 267 | 116 | 65 |
| Binary | 101000 | 11011011 | 11100100 | 1010010 | 100 | 0 | 1011 | 10110111 | 1001110 | 110101 |
Color Harmonies of #28DBE4
Complementary color
Monochromatic Colors of #28DBE4
Black with #28DBE4
Text Example
Text Example
White with #28DBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DBE4; }
p { color: rgb(40,219,228); }
H1.HeaderClassName
{
color: #28DBE4;
}
.AnyTagClassName
{
color: #28DBE4;
}
</style>
background-color css
<style>
a { background-color: #28DBE4; }
a { background-color: rgb(40,219,228); }
div.DivClassName
{
background-color: #28DBE4;
}
.BgClassName
{
background-color: #28DBE4;
}
</style>
border-color css
<style>
span { border-color: #28DBE4; }
span { border-color: rgb(40,219,228); }
td.TdClassName
{
border-color: #28DBE4;
}
.TagClassName
{
border-color: #28DBE4;
}
</style>