Html Css Color HEX #2EEBEE Turquoise

📋 copy color: '#2EEBEE'

red 46 ◦ green 235 ◦ blue 238

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

Shades of Turquoise #2EEBEE

Tints of Turquoise #2EEBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.86%

R = 8.86%
G = 45.28%
B = 45.86%

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

#2EEBEE (or 0x2EEBEE) is known color: Turquoise. HEX triplet: 2E, EB and EE. RGB value is (46,235,238). Sum of RGB (Red+Green+Blue) = 46+235+238=519 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.86% from 519); Green value is 235 (92.19% from 255 or 45.28% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #2EEBEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EEBEE is #D11411. Grayscale: #B2B2B2. Windows color (decimal): -13702162 or 15657774. OLE color: 15657774.

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

Color convert

RGB 46 235 238 -
CMYK 0.81 0.01 0 0.07
HSL 180.94º 0.85% 0.56% -
HSV(B) 180.94º 0.81% 0.93% -
XYZ 46.27 66.17 91.22 -
YUV 178.83 161.38 33.26 -
System Red Green Blue C M Y K H S L
Decimal 46 235 238 0.81 0.01 0 0.07 180.94 0.85 0.56
Hex 2E EB EE 51 1 0 7 B5 55 38
Octal 56 353 356 121 1 0 7 265 125 70
Binary 101110 11101011 11101110 1010001 1 0 111 10110101 1010101 111000

Color Harmonies of #2EEBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEBEE

Black with #2EEBEE

Text Example


Text Example

White with #2EEBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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