Html Css Color HEX #2EECCF Turquoise

📋 copy color: '#2EECCF'

red 46 ◦ green 236 ◦ blue 207

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

Shades of Turquoise #2EECCF

Tints of Turquoise #2EECCF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.26%

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

R = 9.41%
G = 48.26%
B = 42.33%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#2EECCF (or 0x2EECCF) is known color: Turquoise. HEX triplet: 2E, EC and CF. RGB value is (46,236,207). Sum of RGB (Red+Green+Blue) = 46+236+207=489 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.41% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #2EECCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EECCF is #D11330. Grayscale: #AFAFAF. Windows color (decimal): -13701937 or 13626414. OLE color: 13626414.

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

Color convert

RGB 46 236 207 -
CMYK 0.81 0 0.12 0.07
HSL 170.84º 0.83% 0.55% -
HSV(B) 170.84º 0.81% 0.93% -
XYZ 42.38 65.08 69.36 -
YUV 175.88 145.55 35.36 -
System Red Green Blue C M Y K H S L
Decimal 46 236 207 0.81 0 0.12 0.07 170.84 0.83 0.55
Hex 2E EC CF 51 0 C 7 AB 53 37
Octal 56 354 317 121 0 14 7 253 123 67
Binary 101110 11101100 11001111 1010001 0 1100 111 10101011 1010011 110111

Color Harmonies of #2EECCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EECCF

Black with #2EECCF

Text Example


Text Example

White with #2EECCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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