Html Css Color HEX #2EE2CA Turquoise

📋 copy color: '#2EE2CA'

red 46 ◦ green 226 ◦ blue 202

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

Shades of Turquoise #2EE2CA

Tints of Turquoise #2EE2CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.62%

R = 9.7%
G = 47.68%
B = 42.62%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#2EE2CA (or 0x2EE2CA) is known color: Turquoise. HEX triplet: 2E, E2 and CA. RGB value is (46,226,202). Sum of RGB (Red+Green+Blue) = 46+226+202=474 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.70% from 474); Green value is 226 (88.67% from 255 or 47.68% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 226 - color contains mainly: green. Hex color #2EE2CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EE2CA is #D11D35. Grayscale: #A9A9A9. Windows color (decimal): -13704502 or 13296174. OLE color: 13296174.

HSL color Cylindrical-coordinate representation of color #2EE2CA: hue angle of 172º 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 #2EE2CA is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 46 226 202 -
CMYK 0.80 0 0.11 0.11
HSL 172º 0.76% 0.53% -
HSV(B) 172º 0.8% 0.89% -
XYZ 38.98 59.24 65.26 -
YUV 169.44 146.37 39.95 -
System Red Green Blue C M Y K H S L
Decimal 46 226 202 0.80 0 0.11 0.11 172 0.76 0.53
Hex 2E E2 CA 50 0 B B AC 4C 35
Octal 56 342 312 120 0 13 13 254 114 65
Binary 101110 11100010 11001010 1010000 0 1011 1011 10101100 1001100 110101

Color Harmonies of #2EE2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE2CA

Black with #2EE2CA

Text Example


Text Example

White with #2EE2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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