Shades of Turquoise #28F7D3
Tints of Turquoise #28F7D3
RGB
CMYK
RGB Variations
Color information
#28F7D3 (or 0x28F7D3) is known color: Turquoise. HEX triplet: 28, F7 and D3. RGB value is (40,247,211). Sum of RGB (Red+Green+Blue) = 40+247+211=498 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.03% from 498); Green value is 247 (96.88% from 255 or 49.60% from 498); Blue value is 211 (82.81% from 255 or 42.37% from 498); Max value from RGB is 247 - color contains mainly: green. Hex color #28F7D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F7D3 is #D7082C. Grayscale: #B4B4B4. Windows color (decimal): -14092333 or 13891368. OLE color: 13891368.
HSL color Cylindrical-coordinate representation of color #28F7D3: hue angle of 169.57º 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 #28F7D3 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 247 | 211 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.03 |
| HSL | 169.57º | 0.93% | 0.56% | - |
| HSV(B) | 169.57º | 0.84% | 0.97% | - |
| XYZ | 45.89 | 71.68 | 73.04 | - |
| YUV | 181 | 144.92 | 27.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 247 | 211 | 0.84 | 0 | 0.15 | 0.03 | 169.57 | 0.93 | 0.56 |
| Hex | 28 | F7 | D3 | 54 | 0 | F | 3 | AA | 5D | 38 |
| Octal | 50 | 367 | 323 | 124 | 0 | 17 | 3 | 252 | 135 | 70 |
| Binary | 101000 | 11110111 | 11010011 | 1010100 | 0 | 1111 | 11 | 10101010 | 1011101 | 111000 |
Color Harmonies of #28F7D3
Complementary color
Monochromatic Colors of #28F7D3
Black with #28F7D3
Text Example
Text Example
White with #28F7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F7D3; }
p { color: rgb(40,247,211); }
H1.HeaderClassName
{
color: #28F7D3;
}
.AnyTagClassName
{
color: #28F7D3;
}
</style>
background-color css
<style>
a { background-color: #28F7D3; }
a { background-color: rgb(40,247,211); }
div.DivClassName
{
background-color: #28F7D3;
}
.BgClassName
{
background-color: #28F7D3;
}
</style>
border-color css
<style>
span { border-color: #28F7D3; }
span { border-color: rgb(40,247,211); }
td.TdClassName
{
border-color: #28F7D3;
}
.TagClassName
{
border-color: #28F7D3;
}
</style>