Html Css Color HEX #3EE3DC Turquoise

📋 copy color: '#3EE3DC'

red 62 ◦ green 227 ◦ blue 220

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

Shades of Turquoise #3EE3DC

Tints of Turquoise #3EE3DC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.6%

 BLUE value IS 220 (86.33% from 255) = 43.22%

R = 12.18%
G = 44.6%
B = 43.22%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#3EE3DC (or 0x3EE3DC) is known color: Turquoise. HEX triplet: 3E, E3 and DC. RGB value is (62,227,220). Sum of RGB (Red+Green+Blue) = 62+227+220=509 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.18% from 509); Green value is 227 (89.06% from 255 or 44.60% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 227 - color contains mainly: green. Hex color #3EE3DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE3DC is #C11C23. Grayscale: #B0B0B0. Windows color (decimal): -12655652 or 14476094. OLE color: 14476094.

HSL color Cylindrical-coordinate representation of color #3EE3DC: hue angle of 177.45º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE3DC is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 62 227 220 -
CMYK 0.73 0 0.03 0.11
HSL 177.45º 0.75% 0.57% -
HSV(B) 177.45º 0.73% 0.89% -
XYZ 42.37 61.13 77.28 -
YUV 176.87 152.34 46.07 -
System Red Green Blue C M Y K H S L
Decimal 62 227 220 0.73 0 0.03 0.11 177.45 0.75 0.57
Hex 3E E3 DC 49 0 3 B B1 4B 39
Octal 76 343 334 111 0 3 13 261 113 71
Binary 111110 11100011 11011100 1001001 0 11 1011 10110001 1001011 111001

Color Harmonies of #3EE3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE3DC

Black with #3EE3DC

Text Example


Text Example

White with #3EE3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,227,220); }

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

background-color css

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

 a { background-color: rgb(62,227,220); }

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

border-color css

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

 span { border-color: rgb(62,227,220); }

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