Html Css Color HEX #2EEDDD Turquoise

📋 copy color: '#2EEDDD'

red 46 ◦ green 237 ◦ blue 221

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

Shades of Turquoise #2EEDDD

Tints of Turquoise #2EEDDD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.02%

 BLUE value IS 221 (86.72% from 255) = 43.85%

R = 9.13%
G = 47.02%
B = 43.85%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#2EEDDD (or 0x2EEDDD) is known color: Turquoise. HEX triplet: 2E, ED and DD. RGB value is (46,237,221). Sum of RGB (Red+Green+Blue) = 46+237+221=504 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.13% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #2EEDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEDDD is #D11222. Grayscale: #B1B1B1. Windows color (decimal): -13701667 or 14544174. OLE color: 14544174.

HSL color Cylindrical-coordinate representation of color #2EEDDD: hue angle of 174.97º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEDDD is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 237 221 -
CMYK 0.81 0 0.07 0.07
HSL 174.97º 0.84% 0.55% -
HSV(B) 174.97º 0.81% 0.93% -
XYZ 44.46 66.37 78.87 -
YUV 178.07 152.22 33.8 -
System Red Green Blue C M Y K H S L
Decimal 46 237 221 0.81 0 0.07 0.07 174.97 0.84 0.55
Hex 2E ED DD 51 0 7 7 AF 54 37
Octal 56 355 335 121 0 7 7 257 124 67
Binary 101110 11101101 11011101 1010001 0 111 111 10101111 1010100 110111

Color Harmonies of #2EEDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEDDD

Black with #2EEDDD

Text Example


Text Example

White with #2EEDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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