Html Css Color HEX #2EE2CB Turquoise

📋 copy color: '#2EE2CB'

red 46 ◦ green 226 ◦ blue 203

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

Shades of Turquoise #2EE2CB

Tints of Turquoise #2EE2CB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.58%

 BLUE value IS 203 (79.69% from 255) = 42.74%

R = 9.68%
G = 47.58%
B = 42.74%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#2EE2CB (or 0x2EE2CB) is known color: Turquoise. HEX triplet: 2E, E2 and CB. RGB value is (46,226,203). Sum of RGB (Red+Green+Blue) = 46+226+203=475 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.68% from 475); Green value is 226 (88.67% from 255 or 47.58% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 226 - color contains mainly: green. Hex color #2EE2CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EE2CB is #D11D34. Grayscale: #A9A9A9. Windows color (decimal): -13704501 or 13361710. OLE color: 13361710.

HSL color Cylindrical-coordinate representation of color #2EE2CB: hue angle of 172.33º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE2CB is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 46 226 203 -
CMYK 0.80 0 0.10 0.11
HSL 172.33º 0.76% 0.53% -
HSV(B) 172.33º 0.8% 0.89% -
XYZ 39.1 59.29 65.88 -
YUV 169.56 146.87 39.87 -
System Red Green Blue C M Y K H S L
Decimal 46 226 203 0.80 0 0.10 0.11 172.33 0.76 0.53
Hex 2E E2 CB 50 0 A B AC 4C 35
Octal 56 342 313 120 0 12 13 254 114 65
Binary 101110 11100010 11001011 1010000 0 1010 1011 10101100 1001100 110101

Color Harmonies of #2EE2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE2CB

Black with #2EE2CB

Text Example


Text Example

White with #2EE2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,226,203); }

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

background-color css

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

 a { background-color: rgb(46,226,203); }

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

border-color css

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

 span { border-color: rgb(46,226,203); }

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