Shades of Bright Turquoise #2EDCFE
Tints of Bright Turquoise #2EDCFE
RGB
CMYK
RGB Variations
Color information
#2EDCFE (or 0x2EDCFE) is known color: Bright Turquoise. HEX triplet: 2E, DC and FE. RGB value is (46,220,254). Sum of RGB (Red+Green+Blue) = 46+220+254=520 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.85% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #2EDCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDCFE is #D12301. Grayscale: #ABABAB. Windows color (decimal): -13705986 or 16702510. OLE color: 16702510.
HSL color Cylindrical-coordinate representation of color #2EDCFE: hue angle of 189.81º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EDCFE is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 220 | 254 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.00 |
| HSL | 189.81º | 0.99% | 0.59% | - |
| HSV(B) | 189.81º | 0.82% | 1% | - |
| XYZ | 44.61 | 58.92 | 102.79 | - |
| YUV | 171.85 | 174.35 | 38.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 220 | 254 | 0.82 | 0.13 | 0 | 0.00 | 189.81 | 0.99 | 0.59 |
| Hex | 2E | DC | FE | 52 | D | 0 | 0 | BE | 63 | 3B |
| Octal | 56 | 334 | 376 | 122 | 15 | 0 | 0 | 276 | 143 | 73 |
| Binary | 101110 | 11011100 | 11111110 | 1010010 | 1101 | 0 | 0 | 10111110 | 1100011 | 111011 |
Color Harmonies of #2EDCFE
Complementary color
Monochromatic Colors of #2EDCFE
Black with #2EDCFE
Text Example
Text Example
White with #2EDCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDCFE; }
p { color: rgb(46,220,254); }
H1.HeaderClassName
{
color: #2EDCFE;
}
.AnyTagClassName
{
color: #2EDCFE;
}
</style>
background-color css
<style>
a { background-color: #2EDCFE; }
a { background-color: rgb(46,220,254); }
div.DivClassName
{
background-color: #2EDCFE;
}
.BgClassName
{
background-color: #2EDCFE;
}
</style>
border-color css
<style>
span { border-color: #2EDCFE; }
span { border-color: rgb(46,220,254); }
td.TdClassName
{
border-color: #2EDCFE;
}
.TagClassName
{
border-color: #2EDCFE;
}
</style>