Html Css Color HEX #2EEBED Turquoise

📋 copy color: '#2EEBED'

red 46 ◦ green 235 ◦ blue 237

#2EEBED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #2EEBED

Tints of Turquoise #2EEBED

RGB

 RED value IS 46 (18.36% from 255) = 8.88%

 GREEN value IS 235 (92.19% from 255) = 45.37%

 BLUE value IS 237 (92.97% from 255) = 45.75%

R = 8.88%
G = 45.37%
B = 45.75%

CMYK

 C value IS 0.81

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2EEBED (or 0x2EEBED) is known color: Turquoise. HEX triplet: 2E, EB and ED. RGB value is (46,235,237). Sum of RGB (Red+Green+Blue) = 46+235+237=518 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.88% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #2EEBED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EEBED is #D11412. Grayscale: #B2B2B2. Windows color (decimal): -13702163 or 15592238. OLE color: 15592238.

HSL color Cylindrical-coordinate representation of color #2EEBED: hue angle of 180.63º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEBED is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 235 237 -
CMYK 0.81 0.01 0 0.07
HSL 180.63º 0.84% 0.55% -
HSV(B) 180.63º 0.81% 0.93% -
XYZ 46.12 66.11 90.45 -
YUV 178.72 160.88 33.34 -
System Red Green Blue C M Y K H S L
Decimal 46 235 237 0.81 0.01 0 0.07 180.63 0.84 0.55
Hex 2E EB ED 51 1 0 7 B5 54 37
Octal 56 353 355 121 1 0 7 265 124 67
Binary 101110 11101011 11101101 1010001 1 0 111 10110101 1010100 110111

Color Harmonies of #2EEBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEBED

Black with #2EEBED

Text Example


Text Example

White with #2EEBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2EEBED; }

 p { color: rgb(46,235,237); }

 H1.HeaderClassName
 {
   color: #2EEBED;
 }
 .AnyTagClassName
 {
   color: #2EEBED;
 }
</style>

background-color css

<style>
 a { background-color: #2EEBED; }

 a { background-color: rgb(46,235,237); }

 div.DivClassName
 {
   background-color: #2EEBED;
 }
 .BgClassName
 {
   background-color: #2EEBED;
 }
</style>

border-color css

<style>
 span { border-color: #2EEBED; }

 span { border-color: rgb(46,235,237); }

 td.TdClassName
 {
   border-color: #2EEBED;
 }
 .TagClassName
 {
   border-color: #2EEBED;
 }
</style>