Shades of Bright Turquoise #2EDEFE
Tints of Bright Turquoise #2EDEFE
RGB
CMYK
RGB Variations
Color information
#2EDEFE (or 0x2EDEFE) is known color: Bright Turquoise. HEX triplet: 2E, DE and FE. RGB value is (46,222,254). Sum of RGB (Red+Green+Blue) = 46+222+254=522 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.81% from 522); Green value is 222 (87.11% from 255 or 42.53% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #2EDEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDEFE is #D12101. Grayscale: #ACACAC. Windows color (decimal): -13705474 or 16703022. OLE color: 16703022.
HSL color Cylindrical-coordinate representation of color #2EDEFE: hue angle of 189.23º 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 #2EDEFE is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 222 | 254 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.00 |
| HSL | 189.23º | 0.99% | 0.59% | - |
| HSV(B) | 189.23º | 0.82% | 1% | - |
| XYZ | 45.14 | 59.98 | 102.96 | - |
| YUV | 173.02 | 173.69 | 37.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 254 | 0.82 | 0.13 | 0 | 0.00 | 189.23 | 0.99 | 0.59 |
| Hex | 2E | DE | FE | 52 | D | 0 | 0 | BD | 63 | 3B |
| Octal | 56 | 336 | 376 | 122 | 15 | 0 | 0 | 275 | 143 | 73 |
| Binary | 101110 | 11011110 | 11111110 | 1010010 | 1101 | 0 | 0 | 10111101 | 1100011 | 111011 |
Color Harmonies of #2EDEFE
Complementary color
Monochromatic Colors of #2EDEFE
Black with #2EDEFE
Text Example
Text Example
White with #2EDEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDEFE; }
p { color: rgb(46,222,254); }
H1.HeaderClassName
{
color: #2EDEFE;
}
.AnyTagClassName
{
color: #2EDEFE;
}
</style>
background-color css
<style>
a { background-color: #2EDEFE; }
a { background-color: rgb(46,222,254); }
div.DivClassName
{
background-color: #2EDEFE;
}
.BgClassName
{
background-color: #2EDEFE;
}
</style>
border-color css
<style>
span { border-color: #2EDEFE; }
span { border-color: rgb(46,222,254); }
td.TdClassName
{
border-color: #2EDEFE;
}
.TagClassName
{
border-color: #2EDEFE;
}
</style>