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