Shades of Turquoise #28E7DF
Tints of Turquoise #28E7DF
RGB
CMYK
RGB Variations
Color information
#28E7DF (or 0x28E7DF) is known color: Turquoise. HEX triplet: 28, E7 and DF. RGB value is (40,231,223). Sum of RGB (Red+Green+Blue) = 40+231+223=494 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.10% from 494); Green value is 231 (90.62% from 255 or 46.76% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 231 - color contains mainly: green. Hex color #28E7DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28E7DF is #D71820. Grayscale: #ACACAC. Windows color (decimal): -14096417 or 14673704. OLE color: 14673704.
HSL color Cylindrical-coordinate representation of color #28E7DF: hue angle of 177.49º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E7DF is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 231 | 223 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.09 |
| HSL | 177.49º | 0.8% | 0.53% | - |
| HSV(B) | 177.49º | 0.83% | 0.91% | - |
| XYZ | 42.77 | 62.93 | 79.7 | - |
| YUV | 172.98 | 156.22 | 33.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 231 | 223 | 0.83 | 0 | 0.03 | 0.09 | 177.49 | 0.8 | 0.53 |
| Hex | 28 | E7 | DF | 53 | 0 | 3 | 9 | B1 | 50 | 35 |
| Octal | 50 | 347 | 337 | 123 | 0 | 3 | 11 | 261 | 120 | 65 |
| Binary | 101000 | 11100111 | 11011111 | 1010011 | 0 | 11 | 1001 | 10110001 | 1010000 | 110101 |
Color Harmonies of #28E7DF
Complementary color
Monochromatic Colors of #28E7DF
Black with #28E7DF
Text Example
Text Example
White with #28E7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E7DF; }
p { color: rgb(40,231,223); }
H1.HeaderClassName
{
color: #28E7DF;
}
.AnyTagClassName
{
color: #28E7DF;
}
</style>
background-color css
<style>
a { background-color: #28E7DF; }
a { background-color: rgb(40,231,223); }
div.DivClassName
{
background-color: #28E7DF;
}
.BgClassName
{
background-color: #28E7DF;
}
</style>
border-color css
<style>
span { border-color: #28E7DF; }
span { border-color: rgb(40,231,223); }
td.TdClassName
{
border-color: #28E7DF;
}
.TagClassName
{
border-color: #28E7DF;
}
</style>