Html Css Color HEX #2ED6CF Turquoise

📋 copy color: '#2ED6CF'

red 46 ◦ green 214 ◦ blue 207

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

Shades of Turquoise #2ED6CF

Tints of Turquoise #2ED6CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.33%

R = 9.85%
G = 45.82%
B = 44.33%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#2ED6CF (or 0x2ED6CF) is known color: Turquoise. HEX triplet: 2E, D6 and CF. RGB value is (46,214,207). Sum of RGB (Red+Green+Blue) = 46+214+207=467 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.85% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED6CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED6CF is #D12930. Grayscale: #A2A2A2. Windows color (decimal): -13707569 or 13620782. OLE color: 13620782.

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

Color convert

RGB 46 214 207 -
CMYK 0.79 0 0.03 0.16
HSL 177.5º 0.67% 0.51% -
HSV(B) 177.5º 0.79% 0.84% -
XYZ 36.44 53.18 67.38 -
YUV 162.97 152.84 44.57 -
System Red Green Blue C M Y K H S L
Decimal 46 214 207 0.79 0 0.03 0.16 177.5 0.67 0.51
Hex 2E D6 CF 4F 0 3 10 B2 43 33
Octal 56 326 317 117 0 3 20 262 103 63
Binary 101110 11010110 11001111 1001111 0 11 10000 10110010 1000011 110011

Color Harmonies of #2ED6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED6CF

Black with #2ED6CF

Text Example


Text Example

White with #2ED6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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