Shades of Turquoise #28EBDC
Tints of Turquoise #28EBDC
RGB
CMYK
RGB Variations
Color information
#28EBDC (or 0x28EBDC) is known color: Turquoise. HEX triplet: 28, EB and DC. RGB value is (40,235,220). Sum of RGB (Red+Green+Blue) = 40+235+220=495 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.08% from 495); Green value is 235 (92.19% from 255 or 47.47% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 235 - color contains mainly: green. Hex color #28EBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EBDC is #D71423. Grayscale: #AEAEAE. Windows color (decimal): -14095396 or 14478120. OLE color: 14478120.
HSL color Cylindrical-coordinate representation of color #28EBDC: hue angle of 175.38º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EBDC is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 235 | 220 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.08 |
| HSL | 175.38º | 0.83% | 0.54% | - |
| HSV(B) | 175.38º | 0.83% | 0.92% | - |
| XYZ | 43.5 | 65.04 | 77.97 | - |
| YUV | 174.99 | 153.4 | 31.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 235 | 220 | 0.83 | 0 | 0.06 | 0.08 | 175.38 | 0.83 | 0.54 |
| Hex | 28 | EB | DC | 53 | 0 | 6 | 8 | AF | 53 | 36 |
| Octal | 50 | 353 | 334 | 123 | 0 | 6 | 10 | 257 | 123 | 66 |
| Binary | 101000 | 11101011 | 11011100 | 1010011 | 0 | 110 | 1000 | 10101111 | 1010011 | 110110 |
Color Harmonies of #28EBDC
Complementary color
Monochromatic Colors of #28EBDC
Black with #28EBDC
Text Example
Text Example
White with #28EBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EBDC; }
p { color: rgb(40,235,220); }
H1.HeaderClassName
{
color: #28EBDC;
}
.AnyTagClassName
{
color: #28EBDC;
}
</style>
background-color css
<style>
a { background-color: #28EBDC; }
a { background-color: rgb(40,235,220); }
div.DivClassName
{
background-color: #28EBDC;
}
.BgClassName
{
background-color: #28EBDC;
}
</style>
border-color css
<style>
span { border-color: #28EBDC; }
span { border-color: rgb(40,235,220); }
td.TdClassName
{
border-color: #28EBDC;
}
.TagClassName
{
border-color: #28EBDC;
}
</style>