Shades of Turquoise #28DFDA
Tints of Turquoise #28DFDA
RGB
CMYK
RGB Variations
Color information
#28DFDA (or 0x28DFDA) is known color: Turquoise. HEX triplet: 28, DF and DA. RGB value is (40,223,218). Sum of RGB (Red+Green+Blue) = 40+223+218=481 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.32% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #28DFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DFDA is #D72025. Grayscale: #A7A7A7. Windows color (decimal): -14098470 or 14343976. OLE color: 14343976.
HSL color Cylindrical-coordinate representation of color #28DFDA: hue angle of 178.36º 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 #28DFDA is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 223 | 218 | - |
| CMYK | 0.82 | 0 | 0.02 | 0.13 |
| HSL | 178.36º | 0.74% | 0.52% | - |
| HSV(B) | 178.36º | 0.82% | 0.87% | - |
| XYZ | 39.92 | 58.29 | 75.48 | - |
| YUV | 167.71 | 156.37 | 36.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 223 | 218 | 0.82 | 0 | 0.02 | 0.13 | 178.36 | 0.74 | 0.52 |
| Hex | 28 | DF | DA | 52 | 0 | 2 | D | B2 | 4A | 34 |
| Octal | 50 | 337 | 332 | 122 | 0 | 2 | 15 | 262 | 112 | 64 |
| Binary | 101000 | 11011111 | 11011010 | 1010010 | 0 | 10 | 1101 | 10110010 | 1001010 | 110100 |
Color Harmonies of #28DFDA
Complementary color
Monochromatic Colors of #28DFDA
Black with #28DFDA
Text Example
Text Example
White with #28DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DFDA; }
p { color: rgb(40,223,218); }
H1.HeaderClassName
{
color: #28DFDA;
}
.AnyTagClassName
{
color: #28DFDA;
}
</style>
background-color css
<style>
a { background-color: #28DFDA; }
a { background-color: rgb(40,223,218); }
div.DivClassName
{
background-color: #28DFDA;
}
.BgClassName
{
background-color: #28DFDA;
}
</style>
border-color css
<style>
span { border-color: #28DFDA; }
span { border-color: rgb(40,223,218); }
td.TdClassName
{
border-color: #28DFDA;
}
.TagClassName
{
border-color: #28DFDA;
}
</style>