Shades of Bright Turquoise #2EDEFD
Tints of Bright Turquoise #2EDEFD
RGB
CMYK
RGB Variations
Color information
#2EDEFD (or 0x2EDEFD) is known color: Bright Turquoise. HEX triplet: 2E, DE and FD. RGB value is (46,222,253). Sum of RGB (Red+Green+Blue) = 46+222+253=521 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.83% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #2EDEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDEFD is #D12102. Grayscale: #ACACAC. Windows color (decimal): -13705475 or 16637486. OLE color: 16637486.
HSL color Cylindrical-coordinate representation of color #2EDEFD: hue angle of 188.99º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EDEFD is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 222 | 253 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.01 |
| HSL | 188.99º | 0.98% | 0.59% | - |
| HSV(B) | 188.99º | 0.82% | 0.99% | - |
| XYZ | 44.98 | 59.92 | 102.12 | - |
| YUV | 172.91 | 173.19 | 37.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 253 | 0.82 | 0.12 | 0 | 0.01 | 188.99 | 0.98 | 0.59 |
| Hex | 2E | DE | FD | 52 | C | 0 | 1 | BD | 62 | 3B |
| Octal | 56 | 336 | 375 | 122 | 14 | 0 | 1 | 275 | 142 | 73 |
| Binary | 101110 | 11011110 | 11111101 | 1010010 | 1100 | 0 | 1 | 10111101 | 1100010 | 111011 |
Color Harmonies of #2EDEFD
Complementary color
Monochromatic Colors of #2EDEFD
Black with #2EDEFD
Text Example
Text Example
White with #2EDEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDEFD; }
p { color: rgb(46,222,253); }
H1.HeaderClassName
{
color: #2EDEFD;
}
.AnyTagClassName
{
color: #2EDEFD;
}
</style>
background-color css
<style>
a { background-color: #2EDEFD; }
a { background-color: rgb(46,222,253); }
div.DivClassName
{
background-color: #2EDEFD;
}
.BgClassName
{
background-color: #2EDEFD;
}
</style>
border-color css
<style>
span { border-color: #2EDEFD; }
span { border-color: rgb(46,222,253); }
td.TdClassName
{
border-color: #2EDEFD;
}
.TagClassName
{
border-color: #2EDEFD;
}
</style>