Html Css Color HEX #3EECB9 Turquoise

📋 copy color: '#3EECB9'

red 62 ◦ green 236 ◦ blue 185

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

Shades of Turquoise #3EECB9

Tints of Turquoise #3EECB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.3%

R = 12.84%
G = 48.86%
B = 38.3%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#3EECB9 (or 0x3EECB9) is known color: Turquoise. HEX triplet: 3E, EC and B9. RGB value is (62,236,185). Sum of RGB (Red+Green+Blue) = 62+236+185=483 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.84% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #3EECB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EECB9 is #C11346. Grayscale: #B2B2B2. Windows color (decimal): -12653383 or 12184638. OLE color: 12184638.

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

Color convert

RGB 62 236 185 -
CMYK 0.74 0 0.22 0.07
HSL 162.41º 0.82% 0.58% -
HSV(B) 162.41º 0.74% 0.93% -
XYZ 40.74 64.52 56.2 -
YUV 178.16 131.85 45.15 -
System Red Green Blue C M Y K H S L
Decimal 62 236 185 0.74 0 0.22 0.07 162.41 0.82 0.58
Hex 3E EC B9 4A 0 16 7 A2 52 3A
Octal 76 354 271 112 0 26 7 242 122 72
Binary 111110 11101100 10111001 1001010 0 10110 111 10100010 1010010 111010

Color Harmonies of #3EECB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EECB9

Black with #3EECB9

Text Example


Text Example

White with #3EECB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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