Shades of Bright Turquoise #28F7E3
Tints of Bright Turquoise #28F7E3
RGB
CMYK
RGB Variations
Color information
#28F7E3 (or 0x28F7E3) is known color: Bright Turquoise. HEX triplet: 28, F7 and E3. RGB value is (40,247,227). Sum of RGB (Red+Green+Blue) = 40+247+227=514 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.78% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 227 (89.06% from 255 or 44.16% from 514); Max value from RGB is 247 - color contains mainly: green. Hex color #28F7E3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F7E3 is #D7081C. Grayscale: #B6B6B6. Windows color (decimal): -14092317 or 14939944. OLE color: 14939944.
HSL color Cylindrical-coordinate representation of color #28F7E3: hue angle of 174.2º 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 #28F7E3 is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 247 | 227 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.03 |
| HSL | 174.2º | 0.93% | 0.56% | - |
| HSV(B) | 174.2º | 0.84% | 0.97% | - |
| XYZ | 48 | 72.52 | 84.14 | - |
| YUV | 182.83 | 152.92 | 26.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 247 | 227 | 0.84 | 0 | 0.08 | 0.03 | 174.2 | 0.93 | 0.56 |
| Hex | 28 | F7 | E3 | 54 | 0 | 8 | 3 | AE | 5D | 38 |
| Octal | 50 | 367 | 343 | 124 | 0 | 10 | 3 | 256 | 135 | 70 |
| Binary | 101000 | 11110111 | 11100011 | 1010100 | 0 | 1000 | 11 | 10101110 | 1011101 | 111000 |
Color Harmonies of #28F7E3
Complementary color
Monochromatic Colors of #28F7E3
Black with #28F7E3
Text Example
Text Example
White with #28F7E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F7E3; }
p { color: rgb(40,247,227); }
H1.HeaderClassName
{
color: #28F7E3;
}
.AnyTagClassName
{
color: #28F7E3;
}
</style>
background-color css
<style>
a { background-color: #28F7E3; }
a { background-color: rgb(40,247,227); }
div.DivClassName
{
background-color: #28F7E3;
}
.BgClassName
{
background-color: #28F7E3;
}
</style>
border-color css
<style>
span { border-color: #28F7E3; }
span { border-color: rgb(40,247,227); }
td.TdClassName
{
border-color: #28F7E3;
}
.TagClassName
{
border-color: #28F7E3;
}
</style>