Html Css Color HEX #2EF2CA Turquoise

📋 copy color: '#2EF2CA'

red 46 ◦ green 242 ◦ blue 202

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

Shades of Turquoise #2EF2CA

Tints of Turquoise #2EF2CA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.39%

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

R = 9.39%
G = 49.39%
B = 41.22%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#2EF2CA (or 0x2EF2CA) is known color: Turquoise. HEX triplet: 2E, F2 and CA. RGB value is (46,242,202). Sum of RGB (Red+Green+Blue) = 46+242+202=490 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.39% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF2CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF2CA is #D10D35. Grayscale: #B2B2B2. Windows color (decimal): -13700406 or 13300270. OLE color: 13300270.

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

Color convert

RGB 46 242 202 -
CMYK 0.81 0 0.17 0.05
HSL 167.76º 0.88% 0.56% -
HSV(B) 167.76º 0.81% 0.95% -
XYZ 43.54 68.35 66.78 -
YUV 178.84 141.07 33.25 -
System Red Green Blue C M Y K H S L
Decimal 46 242 202 0.81 0 0.17 0.05 167.76 0.88 0.56
Hex 2E F2 CA 51 0 11 5 A8 58 38
Octal 56 362 312 121 0 21 5 250 130 70
Binary 101110 11110010 11001010 1010001 0 10001 101 10101000 1011000 111000

Color Harmonies of #2EF2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF2CA

Black with #2EF2CA

Text Example


Text Example

White with #2EF2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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