Html Css Color HEX #3EEAC0 Turquoise

📋 copy color: '#3EEAC0'

red 62 ◦ green 234 ◦ blue 192

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

Shades of Turquoise #3EEAC0

Tints of Turquoise #3EEAC0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.95%

 BLUE value IS 192 (75.39% from 255) = 39.34%

R = 12.7%
G = 47.95%
B = 39.34%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#3EEAC0 (or 0x3EEAC0) is known color: Turquoise. HEX triplet: 3E, EA and C0. RGB value is (62,234,192). Sum of RGB (Red+Green+Blue) = 62+234+192=488 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.70% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #3EEAC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEAC0 is #C1153F. Grayscale: #B1B1B1. Windows color (decimal): -12653888 or 12642878. OLE color: 12642878.

HSL color Cylindrical-coordinate representation of color #3EEAC0: hue angle of 165.35º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEAC0 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 62 234 192 -
CMYK 0.74 0 0.18 0.08
HSL 165.35º 0.8% 0.58% -
HSV(B) 165.35º 0.74% 0.92% -
XYZ 40.92 63.68 60 -
YUV 177.78 136.02 45.42 -
System Red Green Blue C M Y K H S L
Decimal 62 234 192 0.74 0 0.18 0.08 165.35 0.8 0.58
Hex 3E EA C0 4A 0 12 8 A5 50 3A
Octal 76 352 300 112 0 22 10 245 120 72
Binary 111110 11101010 11000000 1001010 0 10010 1000 10100101 1010000 111010

Color Harmonies of #3EEAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEAC0

Black with #3EEAC0

Text Example


Text Example

White with #3EEAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,234,192); }

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

background-color css

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

 a { background-color: rgb(62,234,192); }

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

border-color css

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

 span { border-color: rgb(62,234,192); }

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