Html Css Color HEX #3EE4DC Turquoise

📋 copy color: '#3EE4DC'

red 62 ◦ green 228 ◦ blue 220

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

Shades of Turquoise #3EE4DC

Tints of Turquoise #3EE4DC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.71%

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

R = 12.16%
G = 44.71%
B = 43.14%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#3EE4DC (or 0x3EE4DC) is known color: Turquoise. HEX triplet: 3E, E4 and DC. RGB value is (62,228,220). Sum of RGB (Red+Green+Blue) = 62+228+220=510 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.16% from 510); Green value is 228 (89.45% from 255 or 44.71% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 228 - color contains mainly: green. Hex color #3EE4DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE4DC is #C11B23. Grayscale: #B1B1B1. Windows color (decimal): -12655396 or 14476350. OLE color: 14476350.

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

Color convert

RGB 62 228 220 -
CMYK 0.73 0 0.04 0.11
HSL 177.11º 0.75% 0.57% -
HSV(B) 177.11º 0.73% 0.89% -
XYZ 42.65 61.68 77.37 -
YUV 177.45 152 45.65 -
System Red Green Blue C M Y K H S L
Decimal 62 228 220 0.73 0 0.04 0.11 177.11 0.75 0.57
Hex 3E E4 DC 49 0 4 B B1 4B 39
Octal 76 344 334 111 0 4 13 261 113 71
Binary 111110 11100100 11011100 1001001 0 100 1011 10110001 1001011 111001

Color Harmonies of #3EE4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE4DC

Black with #3EE4DC

Text Example


Text Example

White with #3EE4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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