Html Css Color HEX #2EE1CB Turquoise

📋 copy color: '#2EE1CB'

red 46 ◦ green 225 ◦ blue 203

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

Shades of Turquoise #2EE1CB

Tints of Turquoise #2EE1CB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.47%

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

R = 9.7%
G = 47.47%
B = 42.83%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#2EE1CB (or 0x2EE1CB) is known color: Turquoise. HEX triplet: 2E, E1 and CB. RGB value is (46,225,203). Sum of RGB (Red+Green+Blue) = 46+225+203=474 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.70% from 474); Green value is 225 (88.28% from 255 or 47.47% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE1CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EE1CB is #D11E34. Grayscale: #A8A8A8. Windows color (decimal): -13704757 or 13361454. OLE color: 13361454.

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

Color convert

RGB 46 225 203 -
CMYK 0.80 0 0.10 0.12
HSL 172.63º 0.75% 0.53% -
HSV(B) 172.63º 0.8% 0.88% -
XYZ 38.83 58.74 65.79 -
YUV 168.97 147.2 40.29 -
System Red Green Blue C M Y K H S L
Decimal 46 225 203 0.80 0 0.10 0.12 172.63 0.75 0.53
Hex 2E E1 CB 50 0 A C AD 4B 35
Octal 56 341 313 120 0 12 14 255 113 65
Binary 101110 11100001 11001011 1010000 0 1010 1100 10101101 1001011 110101

Color Harmonies of #2EE1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE1CB

Black with #2EE1CB

Text Example


Text Example

White with #2EE1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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