Shades of Turquoise #28DFE3
Tints of Turquoise #28DFE3
RGB
CMYK
RGB Variations
Color information
#28DFE3 (or 0x28DFE3) is known color: Turquoise. HEX triplet: 28, DF and E3. RGB value is (40,223,227). Sum of RGB (Red+Green+Blue) = 40+223+227=490 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.16% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 227 (89.06% from 255 or 46.33% from 490); Max value from RGB is 227 - color contains mainly: blue. Hex color #28DFE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DFE3 is #D7201C. Grayscale: #A8A8A8. Windows color (decimal): -14098461 or 14933800. OLE color: 14933800.
HSL color Cylindrical-coordinate representation of color #28DFE3: hue angle of 181.28º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DFE3 is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 223 | 227 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.11 |
| HSL | 181.28º | 0.77% | 0.52% | - |
| HSV(B) | 181.28º | 0.82% | 0.89% | - |
| XYZ | 41.13 | 58.77 | 81.85 | - |
| YUV | 168.74 | 160.87 | 36.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 223 | 227 | 0.82 | 0.02 | 0 | 0.11 | 181.28 | 0.77 | 0.52 |
| Hex | 28 | DF | E3 | 52 | 2 | 0 | B | B5 | 4D | 34 |
| Octal | 50 | 337 | 343 | 122 | 2 | 0 | 13 | 265 | 115 | 64 |
| Binary | 101000 | 11011111 | 11100011 | 1010010 | 10 | 0 | 1011 | 10110101 | 1001101 | 110100 |
Color Harmonies of #28DFE3
Complementary color
Monochromatic Colors of #28DFE3
Black with #28DFE3
Text Example
Text Example
White with #28DFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DFE3; }
p { color: rgb(40,223,227); }
H1.HeaderClassName
{
color: #28DFE3;
}
.AnyTagClassName
{
color: #28DFE3;
}
</style>
background-color css
<style>
a { background-color: #28DFE3; }
a { background-color: rgb(40,223,227); }
div.DivClassName
{
background-color: #28DFE3;
}
.BgClassName
{
background-color: #28DFE3;
}
</style>
border-color css
<style>
span { border-color: #28DFE3; }
span { border-color: rgb(40,223,227); }
td.TdClassName
{
border-color: #28DFE3;
}
.TagClassName
{
border-color: #28DFE3;
}
</style>