Html Css Color HEX #3EECE2 Turquoise

📋 copy color: '#3EECE2'

red 62 ◦ green 236 ◦ blue 226

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

Shades of Turquoise #3EECE2

Tints of Turquoise #3EECE2

RGB

 RED value IS 62 (24.61% from 255) = 11.83%

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

 BLUE value IS 226 (88.67% from 255) = 43.13%

R = 11.83%
G = 45.04%
B = 43.13%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#3EECE2 (or 0x3EECE2) is known color: Turquoise. HEX triplet: 3E, EC and E2. RGB value is (62,236,226). Sum of RGB (Red+Green+Blue) = 62+236+226=524 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.83% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 226 (88.67% from 255 or 43.13% from 524); Max value from RGB is 236 - color contains mainly: green. Hex color #3EECE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EECE2 is #C1131D. Grayscale: #B6B6B6. Windows color (decimal): -12653342 or 14871614. OLE color: 14871614.

HSL color Cylindrical-coordinate representation of color #3EECE2: hue angle of 176.55º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EECE2 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 62 236 226 -
CMYK 0.74 0 0.04 0.07
HSL 176.55º 0.82% 0.58% -
HSV(B) 176.55º 0.74% 0.93% -
XYZ 45.71 66.51 82.38 -
YUV 182.83 152.35 41.81 -
System Red Green Blue C M Y K H S L
Decimal 62 236 226 0.74 0 0.04 0.07 176.55 0.82 0.58
Hex 3E EC E2 4A 0 4 7 B1 52 3A
Octal 76 354 342 112 0 4 7 261 122 72
Binary 111110 11101100 11100010 1001010 0 100 111 10110001 1010010 111010

Color Harmonies of #3EECE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EECE2

Black with #3EECE2

Text Example


Text Example

White with #3EECE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3EECE2; }

 p { color: rgb(62,236,226); }

 H1.HeaderClassName
 {
   color: #3EECE2;
 }
 .AnyTagClassName
 {
   color: #3EECE2;
 }
</style>

background-color css

<style>
 a { background-color: #3EECE2; }

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

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

border-color css

<style>
 span { border-color: #3EECE2; }

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

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