Html Css Color HEX #2EEDCF Turquoise

📋 copy color: '#2EEDCF'

red 46 ◦ green 237 ◦ blue 207

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

Shades of Turquoise #2EEDCF

Tints of Turquoise #2EEDCF

RGB

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

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

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

R = 9.39%
G = 48.37%
B = 42.24%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#2EEDCF (or 0x2EEDCF) is known color: Turquoise. HEX triplet: 2E, ED and CF. RGB value is (46,237,207). Sum of RGB (Red+Green+Blue) = 46+237+207=490 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.39% from 490); Green value is 237 (92.97% from 255 or 48.37% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 237 - color contains mainly: green. Hex color #2EEDCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEDCF is #D11230. Grayscale: #B0B0B0. Windows color (decimal): -13701681 or 13626670. OLE color: 13626670.

HSL color Cylindrical-coordinate representation of color #2EEDCF: hue angle of 170.58º 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 #2EEDCF is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 237 207 -
CMYK 0.81 0 0.13 0.07
HSL 170.58º 0.84% 0.55% -
HSV(B) 170.58º 0.81% 0.93% -
XYZ 42.67 65.65 69.45 -
YUV 176.47 145.22 34.94 -
System Red Green Blue C M Y K H S L
Decimal 46 237 207 0.81 0 0.13 0.07 170.58 0.84 0.55
Hex 2E ED CF 51 0 D 7 AB 54 37
Octal 56 355 317 121 0 15 7 253 124 67
Binary 101110 11101101 11001111 1010001 0 1101 111 10101011 1010100 110111

Color Harmonies of #2EEDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEDCF

Black with #2EEDCF

Text Example


Text Example

White with #2EEDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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