Shades of Turquoise #28F7BF
Tints of Turquoise #28F7BF
RGB
CMYK
RGB Variations
Color information
#28F7BF (or 0x28F7BF) is known color: Turquoise. HEX triplet: 28, F7 and BF. RGB value is (40,247,191). Sum of RGB (Red+Green+Blue) = 40+247+191=478 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.37% from 478); Green value is 247 (96.88% from 255 or 51.67% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 247 - color contains mainly: green. Hex color #28F7BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F7BF is #D70840. Grayscale: #B2B2B2. Windows color (decimal): -14092353 or 12580648. OLE color: 12580648.
HSL color Cylindrical-coordinate representation of color #28F7BF: hue angle of 163.77º 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 #28F7BF is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 247 | 191 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.03 |
| HSL | 163.77º | 0.93% | 0.56% | - |
| HSV(B) | 163.77º | 0.84% | 0.97% | - |
| XYZ | 43.54 | 70.73 | 60.65 | - |
| YUV | 178.72 | 134.92 | 29.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 247 | 191 | 0.84 | 0 | 0.23 | 0.03 | 163.77 | 0.93 | 0.56 |
| Hex | 28 | F7 | BF | 54 | 0 | 17 | 3 | A4 | 5D | 38 |
| Octal | 50 | 367 | 277 | 124 | 0 | 27 | 3 | 244 | 135 | 70 |
| Binary | 101000 | 11110111 | 10111111 | 1010100 | 0 | 10111 | 11 | 10100100 | 1011101 | 111000 |
Color Harmonies of #28F7BF
Complementary color
Monochromatic Colors of #28F7BF
Black with #28F7BF
Text Example
Text Example
White with #28F7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F7BF; }
p { color: rgb(40,247,191); }
H1.HeaderClassName
{
color: #28F7BF;
}
.AnyTagClassName
{
color: #28F7BF;
}
</style>
background-color css
<style>
a { background-color: #28F7BF; }
a { background-color: rgb(40,247,191); }
div.DivClassName
{
background-color: #28F7BF;
}
.BgClassName
{
background-color: #28F7BF;
}
</style>
border-color css
<style>
span { border-color: #28F7BF; }
span { border-color: rgb(40,247,191); }
td.TdClassName
{
border-color: #28F7BF;
}
.TagClassName
{
border-color: #28F7BF;
}
</style>