Html Css Color HEX #2ED6CC Turquoise

📋 copy color: '#2ED6CC'

red 46 ◦ green 214 ◦ blue 204

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

Shades of Turquoise #2ED6CC

Tints of Turquoise #2ED6CC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.12%

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

R = 9.91%
G = 46.12%
B = 43.97%

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

#2ED6CC (or 0x2ED6CC) is known color: Turquoise. HEX triplet: 2E, D6 and CC. RGB value is (46,214,204). Sum of RGB (Red+Green+Blue) = 46+214+204=464 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.91% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED6CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED6CC is #D12933. Grayscale: #A2A2A2. Windows color (decimal): -13707572 or 13424174. OLE color: 13424174.

HSL color Cylindrical-coordinate representation of color #2ED6CC: hue angle of 176.43º degrees, saturation: 0.67, 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 #2ED6CC is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 214 204 -
CMYK 0.79 0 0.05 0.16
HSL 176.43º 0.67% 0.51% -
HSV(B) 176.43º 0.79% 0.84% -
XYZ 36.07 53.03 65.46 -
YUV 162.63 151.34 44.81 -
System Red Green Blue C M Y K H S L
Decimal 46 214 204 0.79 0 0.05 0.16 176.43 0.67 0.51
Hex 2E D6 CC 4F 0 5 10 B0 43 33
Octal 56 326 314 117 0 5 20 260 103 63
Binary 101110 11010110 11001100 1001111 0 101 10000 10110000 1000011 110011

Color Harmonies of #2ED6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED6CC

Black with #2ED6CC

Text Example


Text Example

White with #2ED6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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