Shades of Bright Turquoise #2EDCFF
Tints of Bright Turquoise #2EDCFF
RGB
CMYK
RGB Variations
Color information
#2EDCFF (or 0x2EDCFF) is known color: Bright Turquoise. HEX triplet: 2E, DC and FF. RGB value is (46,220,255). Sum of RGB (Red+Green+Blue) = 46+220+255=521 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.83% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #2EDCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDCFF is #D12300. Grayscale: #ABABAB. Windows color (decimal): -13705985 or 16768046. OLE color: 16768046.
HSL color Cylindrical-coordinate representation of color #2EDCFF: hue angle of 190.05º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EDCFF is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 220 | 255 | - |
| CMYK | 0.82 | 0.14 | 0 | 0 |
| HSL | 190.05º | 1% | 0.59% | - |
| HSV(B) | 190.05º | 0.82% | 1% | - |
| XYZ | 44.77 | 58.99 | 103.63 | - |
| YUV | 171.96 | 174.85 | 38.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 220 | 255 | 0.82 | 0.14 | 0 | 0 | 190.05 | 1 | 0.59 |
| Hex | 2E | DC | FF | 52 | E | 0 | 0 | BE | 64 | 3B |
| Octal | 56 | 334 | 377 | 122 | 16 | 0 | 0 | 276 | 144 | 73 |
| Binary | 101110 | 11011100 | 11111111 | 1010010 | 1110 | 0 | 0 | 10111110 | 1100100 | 111011 |
Color Harmonies of #2EDCFF
Complementary color
Monochromatic Colors of #2EDCFF
Black with #2EDCFF
Text Example
Text Example
White with #2EDCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDCFF; }
p { color: rgb(46,220,255); }
H1.HeaderClassName
{
color: #2EDCFF;
}
.AnyTagClassName
{
color: #2EDCFF;
}
</style>
background-color css
<style>
a { background-color: #2EDCFF; }
a { background-color: rgb(46,220,255); }
div.DivClassName
{
background-color: #2EDCFF;
}
.BgClassName
{
background-color: #2EDCFF;
}
</style>
border-color css
<style>
span { border-color: #2EDCFF; }
span { border-color: rgb(46,220,255); }
td.TdClassName
{
border-color: #2EDCFF;
}
.TagClassName
{
border-color: #2EDCFF;
}
</style>