Html Css Color HEX #2ED7CC Turquoise

📋 copy color: '#2ED7CC'

red 46 ◦ green 215 ◦ blue 204

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

Shades of Turquoise #2ED7CC

Tints of Turquoise #2ED7CC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.24%

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

R = 9.89%
G = 46.24%
B = 43.87%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#2ED7CC (or 0x2ED7CC) is known color: Turquoise. HEX triplet: 2E, D7 and CC. RGB value is (46,215,204). Sum of RGB (Red+Green+Blue) = 46+215+204=465 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.89% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED7CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED7CC is #D12833. Grayscale: #A3A3A3. Windows color (decimal): -13707316 or 13424430. OLE color: 13424430.

HSL color Cylindrical-coordinate representation of color #2ED7CC: hue angle of 176.09º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED7CC is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 215 204 -
CMYK 0.79 0 0.05 0.16
HSL 176.09º 0.68% 0.51% -
HSV(B) 176.09º 0.79% 0.84% -
XYZ 36.33 53.54 65.55 -
YUV 163.22 151.01 44.39 -
System Red Green Blue C M Y K H S L
Decimal 46 215 204 0.79 0 0.05 0.16 176.09 0.68 0.51
Hex 2E D7 CC 4F 0 5 10 B0 44 33
Octal 56 327 314 117 0 5 20 260 104 63
Binary 101110 11010111 11001100 1001111 0 101 10000 10110000 1000100 110011

Color Harmonies of #2ED7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED7CC

Black with #2ED7CC

Text Example


Text Example

White with #2ED7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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