Shades of Turquoise #28DFB6
Tints of Turquoise #28DFB6
RGB
CMYK
RGB Variations
Color information
#28DFB6 (or 0x28DFB6) is known color: Turquoise. HEX triplet: 28, DF and B6. RGB value is (40,223,182). Sum of RGB (Red+Green+Blue) = 40+223+182=445 (58% of max value = 765). Red value is 40 (16.02% from 255 or 8.99% from 445); Green value is 223 (87.5% from 255 or 50.11% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 223 - color contains mainly: green. Hex color #28DFB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DFB6 is #D72049. Grayscale: #A3A3A3. Windows color (decimal): -14098506 or 11984680. OLE color: 11984680.
HSL color Cylindrical-coordinate representation of color #28DFB6: hue angle of 166.56º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DFB6 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 223 | 182 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.13 |
| HSL | 166.56º | 0.74% | 0.52% | - |
| HSV(B) | 166.56º | 0.82% | 0.87% | - |
| XYZ | 35.71 | 56.6 | 53.3 | - |
| YUV | 163.61 | 138.37 | 39.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 223 | 182 | 0.82 | 0 | 0.18 | 0.13 | 166.56 | 0.74 | 0.52 |
| Hex | 28 | DF | B6 | 52 | 0 | 12 | D | A7 | 4A | 34 |
| Octal | 50 | 337 | 266 | 122 | 0 | 22 | 15 | 247 | 112 | 64 |
| Binary | 101000 | 11011111 | 10110110 | 1010010 | 0 | 10010 | 1101 | 10100111 | 1001010 | 110100 |
Color Harmonies of #28DFB6
Complementary color
Monochromatic Colors of #28DFB6
Black with #28DFB6
Text Example
Text Example
White with #28DFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DFB6; }
p { color: rgb(40,223,182); }
H1.HeaderClassName
{
color: #28DFB6;
}
.AnyTagClassName
{
color: #28DFB6;
}
</style>
background-color css
<style>
a { background-color: #28DFB6; }
a { background-color: rgb(40,223,182); }
div.DivClassName
{
background-color: #28DFB6;
}
.BgClassName
{
background-color: #28DFB6;
}
</style>
border-color css
<style>
span { border-color: #28DFB6; }
span { border-color: rgb(40,223,182); }
td.TdClassName
{
border-color: #28DFB6;
}
.TagClassName
{
border-color: #28DFB6;
}
</style>