Html Css Color HEX #2EECEC Turquoise

📋 copy color: '#2EECEC'

red 46 ◦ green 236 ◦ blue 236

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

Shades of Turquoise #2EECEC

Tints of Turquoise #2EECEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.56%

R = 8.88%
G = 45.56%
B = 45.56%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2EECEC (or 0x2EECEC) is known color: Turquoise. HEX triplet: 2E, EC and EC. RGB value is (46,236,236). Sum of RGB (Red+Green+Blue) = 46+236+236=518 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.88% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #2EECEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EECEC is #D11313. Grayscale: #B3B3B3. Windows color (decimal): -13701908 or 15526958. OLE color: 15526958.

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

Color convert

RGB 46 236 236 -
CMYK 0.81 0 0 0.07
HSL 180º 0.83% 0.55% -
HSV(B) 180º 0.81% 0.93% -
XYZ 46.26 66.63 89.78 -
YUV 179.19 160.05 33 -
System Red Green Blue C M Y K H S L
Decimal 46 236 236 0.81 0 0 0.07 180 0.83 0.55
Hex 2E EC EC 51 0 0 7 B4 53 37
Octal 56 354 354 121 0 0 7 264 123 67
Binary 101110 11101100 11101100 1010001 0 0 111 10110100 1010011 110111

Color Harmonies of #2EECEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EECEC

Black with #2EECEC

Text Example


Text Example

White with #2EECEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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