Shades of Bright Turquoise #28F7E4
Tints of Bright Turquoise #28F7E4
RGB
CMYK
RGB Variations
Color information
#28F7E4 (or 0x28F7E4) is known color: Bright Turquoise. HEX triplet: 28, F7 and E4. RGB value is (40,247,228). Sum of RGB (Red+Green+Blue) = 40+247+228=515 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.77% from 515); Green value is 247 (96.88% from 255 or 47.96% from 515); Blue value is 228 (89.45% from 255 or 44.27% from 515); Max value from RGB is 247 - color contains mainly: green. Hex color #28F7E4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F7E4 is #D7081B. Grayscale: #B6B6B6. Windows color (decimal): -14092316 or 15005480. OLE color: 15005480.
HSL color Cylindrical-coordinate representation of color #28F7E4: hue angle of 174.49º 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 #28F7E4 is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 247 | 228 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.03 |
| HSL | 174.49º | 0.93% | 0.56% | - |
| HSV(B) | 174.49º | 0.84% | 0.97% | - |
| XYZ | 48.14 | 72.57 | 84.87 | - |
| YUV | 182.94 | 153.42 | 26.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 247 | 228 | 0.84 | 0 | 0.08 | 0.03 | 174.49 | 0.93 | 0.56 |
| Hex | 28 | F7 | E4 | 54 | 0 | 8 | 3 | AE | 5D | 38 |
| Octal | 50 | 367 | 344 | 124 | 0 | 10 | 3 | 256 | 135 | 70 |
| Binary | 101000 | 11110111 | 11100100 | 1010100 | 0 | 1000 | 11 | 10101110 | 1011101 | 111000 |
Color Harmonies of #28F7E4
Complementary color
Monochromatic Colors of #28F7E4
Black with #28F7E4
Text Example
Text Example
White with #28F7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F7E4; }
p { color: rgb(40,247,228); }
H1.HeaderClassName
{
color: #28F7E4;
}
.AnyTagClassName
{
color: #28F7E4;
}
</style>
background-color css
<style>
a { background-color: #28F7E4; }
a { background-color: rgb(40,247,228); }
div.DivClassName
{
background-color: #28F7E4;
}
.BgClassName
{
background-color: #28F7E4;
}
</style>
border-color css
<style>
span { border-color: #28F7E4; }
span { border-color: rgb(40,247,228); }
td.TdClassName
{
border-color: #28F7E4;
}
.TagClassName
{
border-color: #28F7E4;
}
</style>