Html Css Color HEX #2EEEC8 Turquoise

📋 copy color: '#2EEEC8'

red 46 ◦ green 238 ◦ blue 200

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

Shades of Turquoise #2EEEC8

Tints of Turquoise #2EEEC8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.17%

 BLUE value IS 200 (78.52% from 255) = 41.32%

R = 9.5%
G = 49.17%
B = 41.32%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#2EEEC8 (or 0x2EEEC8) is known color: Turquoise. HEX triplet: 2E, EE and C8. RGB value is (46,238,200). Sum of RGB (Red+Green+Blue) = 46+238+200=484 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.50% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 200 (78.52% from 255 or 41.32% from 484); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEEC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEEC8 is #D11137. Grayscale: #B0B0B0. Windows color (decimal): -13701432 or 13168174. OLE color: 13168174.

HSL color Cylindrical-coordinate representation of color #2EEEC8: hue angle of 168.12º 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 #2EEEC8 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 238 200 -
CMYK 0.81 0 0.16 0.07
HSL 168.13º 0.85% 0.56% -
HSV(B) 168.13º 0.81% 0.93% -
XYZ 42.13 65.9 65.14 -
YUV 176.26 141.39 35.09 -
System Red Green Blue C M Y K H S L
Decimal 46 238 200 0.81 0 0.16 0.07 168.13 0.85 0.56
Hex 2E EE C8 51 0 10 7 A8 55 38
Octal 56 356 310 121 0 20 7 250 125 70
Binary 101110 11101110 11001000 1010001 0 10000 111 10101000 1010101 111000

Color Harmonies of #2EEEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEEC8

Black with #2EEEC8

Text Example


Text Example

White with #2EEEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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