Html Css Color HEX #2EECCE Turquoise

📋 copy color: '#2EECCE'

red 46 ◦ green 236 ◦ blue 206

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

Shades of Turquoise #2EECCE

Tints of Turquoise #2EECCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.21%

R = 9.43%
G = 48.36%
B = 42.21%

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

#2EECCE (or 0x2EECCE) is known color: Turquoise. HEX triplet: 2E, EC and CE. RGB value is (46,236,206). Sum of RGB (Red+Green+Blue) = 46+236+206=488 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.43% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #2EECCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EECCE is #D11331. Grayscale: #AFAFAF. Windows color (decimal): -13701938 or 13560878. OLE color: 13560878.

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

Color convert

RGB 46 236 206 -
CMYK 0.81 0 0.13 0.07
HSL 170.53º 0.83% 0.55% -
HSV(B) 170.53º 0.81% 0.93% -
XYZ 42.26 65.03 68.72 -
YUV 175.77 145.05 35.44 -
System Red Green Blue C M Y K H S L
Decimal 46 236 206 0.81 0 0.13 0.07 170.53 0.83 0.55
Hex 2E EC CE 51 0 D 7 AB 53 37
Octal 56 354 316 121 0 15 7 253 123 67
Binary 101110 11101100 11001110 1010001 0 1101 111 10101011 1010011 110111

Color Harmonies of #2EECCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EECCE

Black with #2EECCE

Text Example


Text Example

White with #2EECCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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