Html Css Color HEX #2EDECA Turquoise

📋 copy color: '#2EDECA'

red 46 ◦ green 222 ◦ blue 202

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

Shades of Turquoise #2EDECA

Tints of Turquoise #2EDECA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.23%

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

R = 9.79%
G = 47.23%
B = 42.98%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#2EDECA (or 0x2EDECA) is known color: Turquoise. HEX triplet: 2E, DE and CA. RGB value is (46,222,202). Sum of RGB (Red+Green+Blue) = 46+222+202=470 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.79% from 470); Green value is 222 (87.11% from 255 or 47.23% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDECA is #D12135. Grayscale: #A7A7A7. Windows color (decimal): -13705526 or 13295150. OLE color: 13295150.

HSL color Cylindrical-coordinate representation of color #2EDECA: hue angle of 173.18º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDECA is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 222 202 -
CMYK 0.79 0 0.09 0.13
HSL 173.18º 0.73% 0.53% -
HSV(B) 173.18º 0.79% 0.87% -
XYZ 37.91 57.09 64.9 -
YUV 167.1 147.69 41.63 -
System Red Green Blue C M Y K H S L
Decimal 46 222 202 0.79 0 0.09 0.13 173.18 0.73 0.53
Hex 2E DE CA 4F 0 9 D AD 49 35
Octal 56 336 312 117 0 11 15 255 111 65
Binary 101110 11011110 11001010 1001111 0 1001 1101 10101101 1001001 110101

Color Harmonies of #2EDECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDECA

Black with #2EDECA

Text Example


Text Example

White with #2EDECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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