Shades of Turquoise #28DCBF
Tints of Turquoise #28DCBF
RGB
CMYK
RGB Variations
Color information
#28DCBF (or 0x28DCBF) is known color: Turquoise. HEX triplet: 28, DC and BF. RGB value is (40,220,191). Sum of RGB (Red+Green+Blue) = 40+220+191=451 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.87% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #28DCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DCBF is #D72340. Grayscale: #A2A2A2. Windows color (decimal): -14099265 or 12573736. OLE color: 12573736.
HSL color Cylindrical-coordinate representation of color #28DCBF: hue angle of 170.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DCBF is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 220 | 191 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.14 |
| HSL | 170.33º | 0.72% | 0.51% | - |
| HSV(B) | 170.33º | 0.82% | 0.86% | - |
| XYZ | 35.87 | 55.4 | 58.09 | - |
| YUV | 162.87 | 143.87 | 40.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 191 | 0.82 | 0 | 0.13 | 0.14 | 170.33 | 0.72 | 0.51 |
| Hex | 28 | DC | BF | 52 | 0 | D | E | AA | 48 | 33 |
| Octal | 50 | 334 | 277 | 122 | 0 | 15 | 16 | 252 | 110 | 63 |
| Binary | 101000 | 11011100 | 10111111 | 1010010 | 0 | 1101 | 1110 | 10101010 | 1001000 | 110011 |
Color Harmonies of #28DCBF
Complementary color
Monochromatic Colors of #28DCBF
Black with #28DCBF
Text Example
Text Example
White with #28DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DCBF; }
p { color: rgb(40,220,191); }
H1.HeaderClassName
{
color: #28DCBF;
}
.AnyTagClassName
{
color: #28DCBF;
}
</style>
background-color css
<style>
a { background-color: #28DCBF; }
a { background-color: rgb(40,220,191); }
div.DivClassName
{
background-color: #28DCBF;
}
.BgClassName
{
background-color: #28DCBF;
}
</style>
border-color css
<style>
span { border-color: #28DCBF; }
span { border-color: rgb(40,220,191); }
td.TdClassName
{
border-color: #28DCBF;
}
.TagClassName
{
border-color: #28DCBF;
}
</style>