Shades of Bright Turquoise #28E2EF
Tints of Bright Turquoise #28E2EF
RGB
CMYK
RGB Variations
Color information
#28E2EF (or 0x28E2EF) is known color: Bright Turquoise. HEX triplet: 28, E2 and EF. RGB value is (40,226,239). Sum of RGB (Red+Green+Blue) = 40+226+239=505 (66% of max value = 765). Red value is 40 (16.02% from 255 or 7.92% from 505); Green value is 226 (88.67% from 255 or 44.75% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #28E2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28E2EF is #D71D10. Grayscale: #ABABAB. Windows color (decimal): -14097681 or 15721000. OLE color: 15721000.
HSL color Cylindrical-coordinate representation of color #28E2EF: hue angle of 183.92º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E2EF is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 226 | 239 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.06 |
| HSL | 183.92º | 0.86% | 0.55% | - |
| HSV(B) | 183.92º | 0.83% | 0.94% | - |
| XYZ | 43.65 | 61.08 | 91.15 | - |
| YUV | 171.87 | 165.88 | 33.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 226 | 239 | 0.83 | 0.05 | 0 | 0.06 | 183.92 | 0.86 | 0.55 |
| Hex | 28 | E2 | EF | 53 | 5 | 0 | 6 | B8 | 56 | 37 |
| Octal | 50 | 342 | 357 | 123 | 5 | 0 | 6 | 270 | 126 | 67 |
| Binary | 101000 | 11100010 | 11101111 | 1010011 | 101 | 0 | 110 | 10111000 | 1010110 | 110111 |
Color Harmonies of #28E2EF
Complementary color
Monochromatic Colors of #28E2EF
Black with #28E2EF
Text Example
Text Example
White with #28E2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E2EF; }
p { color: rgb(40,226,239); }
H1.HeaderClassName
{
color: #28E2EF;
}
.AnyTagClassName
{
color: #28E2EF;
}
</style>
background-color css
<style>
a { background-color: #28E2EF; }
a { background-color: rgb(40,226,239); }
div.DivClassName
{
background-color: #28E2EF;
}
.BgClassName
{
background-color: #28E2EF;
}
</style>
border-color css
<style>
span { border-color: #28E2EF; }
span { border-color: rgb(40,226,239); }
td.TdClassName
{
border-color: #28E2EF;
}
.TagClassName
{
border-color: #28E2EF;
}
</style>