Html Css Color HEX #3EE2EC Turquoise

📋 copy color: '#3EE2EC'

red 62 ◦ green 226 ◦ blue 236

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

Shades of Turquoise #3EE2EC

Tints of Turquoise #3EE2EC

RGB

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

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

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

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

CMYK

 C value IS 0.74

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3EE2EC (or 0x3EE2EC) is known color: Turquoise. HEX triplet: 3E, E2 and EC. RGB value is (62,226,236). Sum of RGB (Red+Green+Blue) = 62+226+236=524 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.83% from 524); Green value is 226 (88.67% from 255 or 43.13% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #3EE2EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EE2EC is #C11D13. Grayscale: #B1B1B1. Windows color (decimal): -12655892 or 15524414. OLE color: 15524414.

HSL color Cylindrical-coordinate representation of color #3EE2EC: hue angle of 183.45º 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 #3EE2EC is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 62 226 236 -
CMYK 0.74 0.04 0 0.07
HSL 183.45º 0.82% 0.58% -
HSV(B) 183.45º 0.74% 0.93% -
XYZ 44.32 61.47 88.89 -
YUV 178.1 160.67 45.19 -
System Red Green Blue C M Y K H S L
Decimal 62 226 236 0.74 0.04 0 0.07 183.45 0.82 0.58
Hex 3E E2 EC 4A 4 0 7 B7 52 3A
Octal 76 342 354 112 4 0 7 267 122 72
Binary 111110 11100010 11101100 1001010 100 0 111 10110111 1010010 111010

Color Harmonies of #3EE2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE2EC

Black with #3EE2EC

Text Example


Text Example

White with #3EE2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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