Shades of Bright Turquoise #28EEF7
Tints of Bright Turquoise #28EEF7
RGB
CMYK
RGB Variations
Color information
#28EEF7 (or 0x28EEF7) is known color: Bright Turquoise. HEX triplet: 28, EE and F7. RGB value is (40,238,247). Sum of RGB (Red+Green+Blue) = 40+238+247=525 (69% of max value = 765). Red value is 40 (16.02% from 255 or 7.62% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 247 (96.88% from 255 or 47.05% from 525); Max value from RGB is 247 - color contains mainly: blue. Hex color #28EEF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28EEF7 is #D71108. Grayscale: #B3B3B3. Windows color (decimal): -14094601 or 16248360. OLE color: 16248360.
HSL color Cylindrical-coordinate representation of color #28EEF7: hue angle of 182.61º 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 #28EEF7 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 238 | 247 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.03 |
| HSL | 182.61º | 0.93% | 0.56% | - |
| HSV(B) | 182.61º | 0.84% | 0.97% | - |
| XYZ | 48.24 | 68.32 | 98.64 | - |
| YUV | 179.82 | 165.9 | 28.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 238 | 247 | 0.84 | 0.04 | 0 | 0.03 | 182.61 | 0.93 | 0.56 |
| Hex | 28 | EE | F7 | 54 | 4 | 0 | 3 | B7 | 5D | 38 |
| Octal | 50 | 356 | 367 | 124 | 4 | 0 | 3 | 267 | 135 | 70 |
| Binary | 101000 | 11101110 | 11110111 | 1010100 | 100 | 0 | 11 | 10110111 | 1011101 | 111000 |
Color Harmonies of #28EEF7
Complementary color
Monochromatic Colors of #28EEF7
Black with #28EEF7
Text Example
Text Example
White with #28EEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EEF7; }
p { color: rgb(40,238,247); }
H1.HeaderClassName
{
color: #28EEF7;
}
.AnyTagClassName
{
color: #28EEF7;
}
</style>
background-color css
<style>
a { background-color: #28EEF7; }
a { background-color: rgb(40,238,247); }
div.DivClassName
{
background-color: #28EEF7;
}
.BgClassName
{
background-color: #28EEF7;
}
</style>
border-color css
<style>
span { border-color: #28EEF7; }
span { border-color: rgb(40,238,247); }
td.TdClassName
{
border-color: #28EEF7;
}
.TagClassName
{
border-color: #28EEF7;
}
</style>