Shades of Turquoise #28F7D1
Tints of Turquoise #28F7D1
RGB
CMYK
RGB Variations
Color information
#28F7D1 (or 0x28F7D1) is known color: Turquoise. HEX triplet: 28, F7 and D1. RGB value is (40,247,209). Sum of RGB (Red+Green+Blue) = 40+247+209=496 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.06% from 496); Green value is 247 (96.88% from 255 or 49.80% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 247 - color contains mainly: green. Hex color #28F7D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F7D1 is #D7082E. Grayscale: #B4B4B4. Windows color (decimal): -14092335 or 13760296. OLE color: 13760296.
HSL color Cylindrical-coordinate representation of color #28F7D1: hue angle of 168.99º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F7D1 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 247 | 209 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.03 |
| HSL | 168.99º | 0.93% | 0.56% | - |
| HSV(B) | 168.99º | 0.84% | 0.97% | - |
| XYZ | 45.64 | 71.58 | 71.73 | - |
| YUV | 180.78 | 143.92 | 27.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 247 | 209 | 0.84 | 0 | 0.15 | 0.03 | 168.99 | 0.93 | 0.56 |
| Hex | 28 | F7 | D1 | 54 | 0 | F | 3 | A9 | 5D | 38 |
| Octal | 50 | 367 | 321 | 124 | 0 | 17 | 3 | 251 | 135 | 70 |
| Binary | 101000 | 11110111 | 11010001 | 1010100 | 0 | 1111 | 11 | 10101001 | 1011101 | 111000 |
Color Harmonies of #28F7D1
Complementary color
Monochromatic Colors of #28F7D1
Black with #28F7D1
Text Example
Text Example
White with #28F7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F7D1; }
p { color: rgb(40,247,209); }
H1.HeaderClassName
{
color: #28F7D1;
}
.AnyTagClassName
{
color: #28F7D1;
}
</style>
background-color css
<style>
a { background-color: #28F7D1; }
a { background-color: rgb(40,247,209); }
div.DivClassName
{
background-color: #28F7D1;
}
.BgClassName
{
background-color: #28F7D1;
}
</style>
border-color css
<style>
span { border-color: #28F7D1; }
span { border-color: rgb(40,247,209); }
td.TdClassName
{
border-color: #28F7D1;
}
.TagClassName
{
border-color: #28F7D1;
}
</style>