Html Css Color HEX #3EF0BC Turquoise

📋 copy color: '#3EF0BC'

red 62 ◦ green 240 ◦ blue 188

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

Shades of Turquoise #3EF0BC

Tints of Turquoise #3EF0BC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.98%

 BLUE value IS 188 (73.83% from 255) = 38.37%

R = 12.65%
G = 48.98%
B = 38.37%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#3EF0BC (or 0x3EF0BC) is known color: Turquoise. HEX triplet: 3E, F0 and BC. RGB value is (62,240,188). Sum of RGB (Red+Green+Blue) = 62+240+188=490 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.65% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #3EF0BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF0BC is #C10F43. Grayscale: #B4B4B4. Windows color (decimal): -12652356 or 12382270. OLE color: 12382270.

HSL color Cylindrical-coordinate representation of color #3EF0BC: hue angle of 162.47º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EF0BC is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 62 240 188 -
CMYK 0.74 0 0.22 0.06
HSL 162.47º 0.86% 0.59% -
HSV(B) 162.47º 0.74% 0.94% -
XYZ 42.22 66.98 58.28 -
YUV 180.85 132.03 43.23 -
System Red Green Blue C M Y K H S L
Decimal 62 240 188 0.74 0 0.22 0.06 162.47 0.86 0.59
Hex 3E F0 BC 4A 0 16 6 A2 56 3B
Octal 76 360 274 112 0 26 6 242 126 73
Binary 111110 11110000 10111100 1001010 0 10110 110 10100010 1010110 111011

Color Harmonies of #3EF0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EF0BC

Black with #3EF0BC

Text Example


Text Example

White with #3EF0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,240,188); }

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

background-color css

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

 a { background-color: rgb(62,240,188); }

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

border-color css

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

 span { border-color: rgb(62,240,188); }

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