Html Css Color HEX #3EDCD1 Turquoise

📋 copy color: '#3EDCD1'

red 62 ◦ green 220 ◦ blue 209

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

Shades of Turquoise #3EDCD1

Tints of Turquoise #3EDCD1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.81%

 BLUE value IS 209 (82.03% from 255) = 42.57%

R = 12.63%
G = 44.81%
B = 42.57%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#3EDCD1 (or 0x3EDCD1) is known color: Turquoise. HEX triplet: 3E, DC and D1. RGB value is (62,220,209). Sum of RGB (Red+Green+Blue) = 62+220+209=491 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.63% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #3EDCD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDCD1 is #C1232E. Grayscale: #ABABAB. Windows color (decimal): -12657455 or 13753406. OLE color: 13753406.

HSL color Cylindrical-coordinate representation of color #3EDCD1: hue angle of 175.82º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDCD1 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 62 220 209 -
CMYK 0.72 0 0.05 0.14
HSL 175.82º 0.69% 0.55% -
HSV(B) 175.82º 0.72% 0.86% -
XYZ 39.09 56.81 69.23 -
YUV 171.5 149.15 49.89 -
System Red Green Blue C M Y K H S L
Decimal 62 220 209 0.72 0 0.05 0.14 175.82 0.69 0.55
Hex 3E DC D1 48 0 5 E B0 45 37
Octal 76 334 321 110 0 5 16 260 105 67
Binary 111110 11011100 11010001 1001000 0 101 1110 10110000 1000101 110111

Color Harmonies of #3EDCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDCD1

Black with #3EDCD1

Text Example


Text Example

White with #3EDCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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