Shades of Turquoise #28DEBF
Tints of Turquoise #28DEBF
RGB
CMYK
RGB Variations
Color information
#28DEBF (or 0x28DEBF) is known color: Turquoise. HEX triplet: 28, DE and BF. RGB value is (40,222,191). Sum of RGB (Red+Green+Blue) = 40+222+191=453 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.83% from 453); Green value is 222 (87.11% from 255 or 49.01% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 222 - color contains mainly: green. Hex color #28DEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DEBF is #D72140. Grayscale: #A3A3A3. Windows color (decimal): -14098753 or 12574248. OLE color: 12574248.
HSL color Cylindrical-coordinate representation of color #28DEBF: hue angle of 169.78º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DEBF is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 222 | 191 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.13 |
| HSL | 169.78º | 0.73% | 0.51% | - |
| HSV(B) | 169.78º | 0.82% | 0.87% | - |
| XYZ | 36.4 | 56.46 | 58.27 | - |
| YUV | 164.05 | 143.2 | 39.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 222 | 191 | 0.82 | 0 | 0.14 | 0.13 | 169.78 | 0.73 | 0.51 |
| Hex | 28 | DE | BF | 52 | 0 | E | D | AA | 49 | 33 |
| Octal | 50 | 336 | 277 | 122 | 0 | 16 | 15 | 252 | 111 | 63 |
| Binary | 101000 | 11011110 | 10111111 | 1010010 | 0 | 1110 | 1101 | 10101010 | 1001001 | 110011 |
Color Harmonies of #28DEBF
Complementary color
Monochromatic Colors of #28DEBF
Black with #28DEBF
Text Example
Text Example
White with #28DEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DEBF; }
p { color: rgb(40,222,191); }
H1.HeaderClassName
{
color: #28DEBF;
}
.AnyTagClassName
{
color: #28DEBF;
}
</style>
background-color css
<style>
a { background-color: #28DEBF; }
a { background-color: rgb(40,222,191); }
div.DivClassName
{
background-color: #28DEBF;
}
.BgClassName
{
background-color: #28DEBF;
}
</style>
border-color css
<style>
span { border-color: #28DEBF; }
span { border-color: rgb(40,222,191); }
td.TdClassName
{
border-color: #28DEBF;
}
.TagClassName
{
border-color: #28DEBF;
}
</style>