Html Css Color HEX #2EEFF2 Turquoise

📋 copy color: '#2EEFF2'

red 46 ◦ green 239 ◦ blue 242

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

Shades of Turquoise #2EEFF2

Tints of Turquoise #2EEFF2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.35%

 BLUE value IS 242 (94.92% from 255) = 45.92%

R = 8.73%
G = 45.35%
B = 45.92%

CMYK

 C value IS 0.81

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2EEFF2 (or 0x2EEFF2) is known color: Turquoise. HEX triplet: 2E, EF and F2. RGB value is (46,239,242). Sum of RGB (Red+Green+Blue) = 46+239+242=527 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.73% from 527); Green value is 239 (93.75% from 255 or 45.35% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #2EEFF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EEFF2 is #D1100D. Grayscale: #B5B5B5. Windows color (decimal): -13701134 or 15920942. OLE color: 15920942.

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

Color convert

RGB 46 239 242 -
CMYK 0.81 0.01 0 0.05
HSL 180.92º 0.88% 0.56% -
HSV(B) 180.92º 0.81% 0.95% -
XYZ 48.02 68.72 94.74 -
YUV 181.64 162.06 31.26 -
System Red Green Blue C M Y K H S L
Decimal 46 239 242 0.81 0.01 0 0.05 180.92 0.88 0.56
Hex 2E EF F2 51 1 0 5 B5 58 38
Octal 56 357 362 121 1 0 5 265 130 70
Binary 101110 11101111 11110010 1010001 1 0 101 10110101 1011000 111000

Color Harmonies of #2EEFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEFF2

Black with #2EEFF2

Text Example


Text Example

White with #2EEFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,239,242); }

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

background-color css

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

 a { background-color: rgb(46,239,242); }

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

border-color css

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

 span { border-color: rgb(46,239,242); }

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