Html Css Color HEX #2EEDCC Turquoise

📋 copy color: '#2EEDCC'

red 46 ◦ green 237 ◦ blue 204

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

Shades of Turquoise #2EEDCC

Tints of Turquoise #2EEDCC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.67%

 BLUE value IS 204 (80.08% from 255) = 41.89%

R = 9.45%
G = 48.67%
B = 41.89%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#2EEDCC (or 0x2EEDCC) is known color: Turquoise. HEX triplet: 2E, ED and CC. RGB value is (46,237,204). Sum of RGB (Red+Green+Blue) = 46+237+204=487 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.45% from 487); Green value is 237 (92.97% from 255 or 48.67% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 237 - color contains mainly: green. Hex color #2EEDCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEDCC is #D11233. Grayscale: #B0B0B0. Windows color (decimal): -13701684 or 13430062. OLE color: 13430062.

HSL color Cylindrical-coordinate representation of color #2EEDCC: hue angle of 169.63º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEDCC is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 237 204 -
CMYK 0.81 0 0.14 0.07
HSL 169.63º 0.84% 0.55% -
HSV(B) 169.63º 0.81% 0.93% -
XYZ 42.31 65.51 67.54 -
YUV 176.13 143.72 35.18 -
System Red Green Blue C M Y K H S L
Decimal 46 237 204 0.81 0 0.14 0.07 169.63 0.84 0.55
Hex 2E ED CC 51 0 E 7 AA 54 37
Octal 56 355 314 121 0 16 7 252 124 67
Binary 101110 11101101 11001100 1010001 0 1110 111 10101010 1010100 110111

Color Harmonies of #2EEDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEDCC

Black with #2EEDCC

Text Example


Text Example

White with #2EEDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,237,204); }

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

background-color css

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

 a { background-color: rgb(46,237,204); }

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

border-color css

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

 span { border-color: rgb(46,237,204); }

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