Shades of Turquoise #28DFDD
Tints of Turquoise #28DFDD
RGB
CMYK
RGB Variations
Color information
#28DFDD (or 0x28DFDD) is known color: Turquoise. HEX triplet: 28, DF and DD. RGB value is (40,223,221). Sum of RGB (Red+Green+Blue) = 40+223+221=484 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.26% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #28DFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DFDD is #D72022. Grayscale: #A7A7A7. Windows color (decimal): -14098467 or 14540584. OLE color: 14540584.
HSL color Cylindrical-coordinate representation of color #28DFDD: hue angle of 179.34º 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 #28DFDD is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 223 | 221 | - |
| CMYK | 0.82 | 0 | 0.01 | 0.13 |
| HSL | 179.34º | 0.74% | 0.52% | - |
| HSV(B) | 179.34º | 0.82% | 0.87% | - |
| XYZ | 40.31 | 58.45 | 77.56 | - |
| YUV | 168.06 | 157.87 | 36.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 223 | 221 | 0.82 | 0 | 0.01 | 0.13 | 179.34 | 0.74 | 0.52 |
| Hex | 28 | DF | DD | 52 | 0 | 1 | D | B3 | 4A | 34 |
| Octal | 50 | 337 | 335 | 122 | 0 | 1 | 15 | 263 | 112 | 64 |
| Binary | 101000 | 11011111 | 11011101 | 1010010 | 0 | 1 | 1101 | 10110011 | 1001010 | 110100 |
Color Harmonies of #28DFDD
Complementary color
Monochromatic Colors of #28DFDD
Black with #28DFDD
Text Example
Text Example
White with #28DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DFDD; }
p { color: rgb(40,223,221); }
H1.HeaderClassName
{
color: #28DFDD;
}
.AnyTagClassName
{
color: #28DFDD;
}
</style>
background-color css
<style>
a { background-color: #28DFDD; }
a { background-color: rgb(40,223,221); }
div.DivClassName
{
background-color: #28DFDD;
}
.BgClassName
{
background-color: #28DFDD;
}
</style>
border-color css
<style>
span { border-color: #28DFDD; }
span { border-color: rgb(40,223,221); }
td.TdClassName
{
border-color: #28DFDD;
}
.TagClassName
{
border-color: #28DFDD;
}
</style>