Shades of Bright Turquoise #28EFF7
Tints of Bright Turquoise #28EFF7
RGB
CMYK
RGB Variations
Color information
#28EFF7 (or 0x28EFF7) is known color: Bright Turquoise. HEX triplet: 28, EF and F7. RGB value is (40,239,247). Sum of RGB (Red+Green+Blue) = 40+239+247=526 (69% of max value = 765). Red value is 40 (16.02% from 255 or 7.60% from 526); Green value is 239 (93.75% from 255 or 45.44% from 526); Blue value is 247 (96.88% from 255 or 46.96% from 526); Max value from RGB is 247 - color contains mainly: blue. Hex color #28EFF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28EFF7 is #D71008. Grayscale: #B4B4B4. Windows color (decimal): -14094345 or 16248616. OLE color: 16248616.
HSL color Cylindrical-coordinate representation of color #28EFF7: hue angle of 182.32º 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 #28EFF7 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 239 | 247 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.03 |
| HSL | 182.32º | 0.93% | 0.56% | - |
| HSV(B) | 182.32º | 0.84% | 0.97% | - |
| XYZ | 48.53 | 68.9 | 98.74 | - |
| YUV | 180.41 | 165.57 | 27.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 239 | 247 | 0.84 | 0.03 | 0 | 0.03 | 182.32 | 0.93 | 0.56 |
| Hex | 28 | EF | F7 | 54 | 3 | 0 | 3 | B6 | 5D | 38 |
| Octal | 50 | 357 | 367 | 124 | 3 | 0 | 3 | 266 | 135 | 70 |
| Binary | 101000 | 11101111 | 11110111 | 1010100 | 11 | 0 | 11 | 10110110 | 1011101 | 111000 |
Color Harmonies of #28EFF7
Complementary color
Monochromatic Colors of #28EFF7
Black with #28EFF7
Text Example
Text Example
White with #28EFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EFF7; }
p { color: rgb(40,239,247); }
H1.HeaderClassName
{
color: #28EFF7;
}
.AnyTagClassName
{
color: #28EFF7;
}
</style>
background-color css
<style>
a { background-color: #28EFF7; }
a { background-color: rgb(40,239,247); }
div.DivClassName
{
background-color: #28EFF7;
}
.BgClassName
{
background-color: #28EFF7;
}
</style>
border-color css
<style>
span { border-color: #28EFF7; }
span { border-color: rgb(40,239,247); }
td.TdClassName
{
border-color: #28EFF7;
}
.TagClassName
{
border-color: #28EFF7;
}
</style>