Shades of Turquoise #28DBE8
Tints of Turquoise #28DBE8
RGB
CMYK
RGB Variations
Color information
#28DBE8 (or 0x28DBE8) is known color: Turquoise. HEX triplet: 28, DB and E8. RGB value is (40,219,232). Sum of RGB (Red+Green+Blue) = 40+219+232=491 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.15% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 232 - color contains mainly: blue. Hex color #28DBE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DBE8 is #D72417. Grayscale: #A6A6A6. Windows color (decimal): -14099480 or 15260456. OLE color: 15260456.
HSL color Cylindrical-coordinate representation of color #28DBE8: hue angle of 184.06º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28DBE8 is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 219 | 232 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.09 |
| HSL | 184.06º | 0.81% | 0.53% | - |
| HSV(B) | 184.06º | 0.83% | 0.91% | - |
| XYZ | 40.77 | 56.94 | 85.19 | - |
| YUV | 166.96 | 164.7 | 37.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 219 | 232 | 0.83 | 0.06 | 0 | 0.09 | 184.06 | 0.81 | 0.53 |
| Hex | 28 | DB | E8 | 53 | 6 | 0 | 9 | B8 | 51 | 35 |
| Octal | 50 | 333 | 350 | 123 | 6 | 0 | 11 | 270 | 121 | 65 |
| Binary | 101000 | 11011011 | 11101000 | 1010011 | 110 | 0 | 1001 | 10111000 | 1010001 | 110101 |
Color Harmonies of #28DBE8
Complementary color
Monochromatic Colors of #28DBE8
Black with #28DBE8
Text Example
Text Example
White with #28DBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DBE8; }
p { color: rgb(40,219,232); }
H1.HeaderClassName
{
color: #28DBE8;
}
.AnyTagClassName
{
color: #28DBE8;
}
</style>
background-color css
<style>
a { background-color: #28DBE8; }
a { background-color: rgb(40,219,232); }
div.DivClassName
{
background-color: #28DBE8;
}
.BgClassName
{
background-color: #28DBE8;
}
</style>
border-color css
<style>
span { border-color: #28DBE8; }
span { border-color: rgb(40,219,232); }
td.TdClassName
{
border-color: #28DBE8;
}
.TagClassName
{
border-color: #28DBE8;
}
</style>