Html Css Color HEX #2EDDD6 Turquoise

📋 copy color: '#2EDDD6'

red 46 ◦ green 221 ◦ blue 214

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

Shades of Turquoise #2EDDD6

Tints of Turquoise #2EDDD6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.95%

 BLUE value IS 214 (83.98% from 255) = 44.49%

R = 9.56%
G = 45.95%
B = 44.49%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#2EDDD6 (or 0x2EDDD6) is known color: Turquoise. HEX triplet: 2E, DD and D6. RGB value is (46,221,214). Sum of RGB (Red+Green+Blue) = 46+221+214=481 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.56% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDDD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDDD6 is #D12229. Grayscale: #A7A7A7. Windows color (decimal): -13705770 or 14081326. OLE color: 14081326.

HSL color Cylindrical-coordinate representation of color #2EDDD6: hue angle of 177.6º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDDD6 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 221 214 -
CMYK 0.79 0 0.03 0.13
HSL 177.6º 0.72% 0.52% -
HSV(B) 177.6º 0.79% 0.87% -
XYZ 39.12 57.15 72.59 -
YUV 167.88 154.02 41.07 -
System Red Green Blue C M Y K H S L
Decimal 46 221 214 0.79 0 0.03 0.13 177.6 0.72 0.52
Hex 2E DD D6 4F 0 3 D B2 48 34
Octal 56 335 326 117 0 3 15 262 110 64
Binary 101110 11011101 11010110 1001111 0 11 1101 10110010 1001000 110100

Color Harmonies of #2EDDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDDD6

Black with #2EDDD6

Text Example


Text Example

White with #2EDDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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