Shades of Bright Turquoise #28F8EE
Tints of Bright Turquoise #28F8EE
RGB
CMYK
RGB Variations
Color information
#28F8EE (or 0x28F8EE) is known color: Bright Turquoise. HEX triplet: 28, F8 and EE. RGB value is (40,248,238). Sum of RGB (Red+Green+Blue) = 40+248+238=526 (69% of max value = 765). Red value is 40 (16.02% from 255 or 7.60% from 526); Green value is 248 (97.27% from 255 or 47.15% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 248 - color contains mainly: green. Hex color #28F8EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28F8EE is #D70711. Grayscale: #B8B8B8. Windows color (decimal): -14092050 or 15661096. OLE color: 15661096.
HSL color Cylindrical-coordinate representation of color #28F8EE: hue angle of 177.12º degrees, saturation: 0.94, 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 #28F8EE is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 248 | 238 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.03 |
| HSL | 177.12º | 0.94% | 0.56% | - |
| HSV(B) | 177.12º | 0.84% | 0.97% | - |
| XYZ | 49.88 | 73.76 | 92.5 | - |
| YUV | 184.67 | 158.09 | 24.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 248 | 238 | 0.84 | 0 | 0.04 | 0.03 | 177.12 | 0.94 | 0.56 |
| Hex | 28 | F8 | EE | 54 | 0 | 4 | 3 | B1 | 5E | 38 |
| Octal | 50 | 370 | 356 | 124 | 0 | 4 | 3 | 261 | 136 | 70 |
| Binary | 101000 | 11111000 | 11101110 | 1010100 | 0 | 100 | 11 | 10110001 | 1011110 | 111000 |
Color Harmonies of #28F8EE
Complementary color
Monochromatic Colors of #28F8EE
Black with #28F8EE
Text Example
Text Example
White with #28F8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F8EE; }
p { color: rgb(40,248,238); }
H1.HeaderClassName
{
color: #28F8EE;
}
.AnyTagClassName
{
color: #28F8EE;
}
</style>
background-color css
<style>
a { background-color: #28F8EE; }
a { background-color: rgb(40,248,238); }
div.DivClassName
{
background-color: #28F8EE;
}
.BgClassName
{
background-color: #28F8EE;
}
</style>
border-color css
<style>
span { border-color: #28F8EE; }
span { border-color: rgb(40,248,238); }
td.TdClassName
{
border-color: #28F8EE;
}
.TagClassName
{
border-color: #28F8EE;
}
</style>