Shades of Turquoise #28DBE3
Tints of Turquoise #28DBE3
RGB
CMYK
RGB Variations
Color information
#28DBE3 (or 0x28DBE3) is known color: Turquoise. HEX triplet: 28, DB and E3. RGB value is (40,219,227). Sum of RGB (Red+Green+Blue) = 40+219+227=486 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.23% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 227 (89.06% from 255 or 46.71% from 486); Max value from RGB is 227 - color contains mainly: blue. Hex color #28DBE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DBE3 is #D7241C. Grayscale: #A6A6A6. Windows color (decimal): -14099485 or 14932776. OLE color: 14932776.
HSL color Cylindrical-coordinate representation of color #28DBE3: hue angle of 182.57º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DBE3 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 219 | 227 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.11 |
| HSL | 182.57º | 0.77% | 0.52% | - |
| HSV(B) | 182.57º | 0.82% | 0.89% | - |
| XYZ | 40.07 | 56.66 | 81.5 | - |
| YUV | 166.39 | 162.2 | 37.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 219 | 227 | 0.82 | 0.04 | 0 | 0.11 | 182.57 | 0.77 | 0.52 |
| Hex | 28 | DB | E3 | 52 | 4 | 0 | B | B7 | 4D | 34 |
| Octal | 50 | 333 | 343 | 122 | 4 | 0 | 13 | 267 | 115 | 64 |
| Binary | 101000 | 11011011 | 11100011 | 1010010 | 100 | 0 | 1011 | 10110111 | 1001101 | 110100 |
Color Harmonies of #28DBE3
Complementary color
Monochromatic Colors of #28DBE3
Black with #28DBE3
Text Example
Text Example
White with #28DBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DBE3; }
p { color: rgb(40,219,227); }
H1.HeaderClassName
{
color: #28DBE3;
}
.AnyTagClassName
{
color: #28DBE3;
}
</style>
background-color css
<style>
a { background-color: #28DBE3; }
a { background-color: rgb(40,219,227); }
div.DivClassName
{
background-color: #28DBE3;
}
.BgClassName
{
background-color: #28DBE3;
}
</style>
border-color css
<style>
span { border-color: #28DBE3; }
span { border-color: rgb(40,219,227); }
td.TdClassName
{
border-color: #28DBE3;
}
.TagClassName
{
border-color: #28DBE3;
}
</style>