Shades of Turquoise #28DFDC
Tints of Turquoise #28DFDC
RGB
CMYK
RGB Variations
Color information
#28DFDC (or 0x28DFDC) is known color: Turquoise. HEX triplet: 28, DF and DC. RGB value is (40,223,220). Sum of RGB (Red+Green+Blue) = 40+223+220=483 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.28% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #28DFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DFDC is #D72023. Grayscale: #A7A7A7. Windows color (decimal): -14098468 or 14475048. OLE color: 14475048.
HSL color Cylindrical-coordinate representation of color #28DFDC: hue angle of 179.02º 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 #28DFDC is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 223 | 220 | - |
| CMYK | 0.82 | 0 | 0.01 | 0.13 |
| HSL | 179.02º | 0.74% | 0.52% | - |
| HSV(B) | 179.02º | 0.82% | 0.87% | - |
| XYZ | 40.18 | 58.39 | 76.86 | - |
| YUV | 167.94 | 157.37 | 36.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 223 | 220 | 0.82 | 0 | 0.01 | 0.13 | 179.02 | 0.74 | 0.52 |
| Hex | 28 | DF | DC | 52 | 0 | 1 | D | B3 | 4A | 34 |
| Octal | 50 | 337 | 334 | 122 | 0 | 1 | 15 | 263 | 112 | 64 |
| Binary | 101000 | 11011111 | 11011100 | 1010010 | 0 | 1 | 1101 | 10110011 | 1001010 | 110100 |
Color Harmonies of #28DFDC
Complementary color
Monochromatic Colors of #28DFDC
Black with #28DFDC
Text Example
Text Example
White with #28DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DFDC; }
p { color: rgb(40,223,220); }
H1.HeaderClassName
{
color: #28DFDC;
}
.AnyTagClassName
{
color: #28DFDC;
}
</style>
background-color css
<style>
a { background-color: #28DFDC; }
a { background-color: rgb(40,223,220); }
div.DivClassName
{
background-color: #28DFDC;
}
.BgClassName
{
background-color: #28DFDC;
}
</style>
border-color css
<style>
span { border-color: #28DFDC; }
span { border-color: rgb(40,223,220); }
td.TdClassName
{
border-color: #28DFDC;
}
.TagClassName
{
border-color: #28DFDC;
}
</style>