Html Css Color HEX #2ED3CC Turquoise

📋 copy color: '#2ED3CC'

red 46 ◦ green 211 ◦ blue 204

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

Shades of Turquoise #2ED3CC

Tints of Turquoise #2ED3CC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.77%

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

R = 9.98%
G = 45.77%
B = 44.25%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#2ED3CC (or 0x2ED3CC) is known color: Turquoise. HEX triplet: 2E, D3 and CC. RGB value is (46,211,204). Sum of RGB (Red+Green+Blue) = 46+211+204=461 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.98% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 211 - color contains mainly: green. Hex color #2ED3CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED3CC is #D12C33. Grayscale: #A0A0A0. Windows color (decimal): -13708340 or 13423406. OLE color: 13423406.

HSL color Cylindrical-coordinate representation of color #2ED3CC: hue angle of 177.45º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED3CC is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 46 211 204 -
CMYK 0.78 0 0.03 0.17
HSL 177.45º 0.65% 0.5% -
HSV(B) 177.45º 0.78% 0.83% -
XYZ 35.32 51.53 65.21 -
YUV 160.87 152.34 46.07 -
System Red Green Blue C M Y K H S L
Decimal 46 211 204 0.78 0 0.03 0.17 177.45 0.65 0.5
Hex 2E D3 CC 4E 0 3 11 B1 41 32
Octal 56 323 314 116 0 3 21 261 101 62
Binary 101110 11010011 11001100 1001110 0 11 10001 10110001 1000001 110010

Color Harmonies of #2ED3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED3CC

Black with #2ED3CC

Text Example


Text Example

White with #2ED3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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