Html Css Color HEX #3EDCD2 Turquoise

📋 copy color: '#3EDCD2'

red 62 ◦ green 220 ◦ blue 210

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

Shades of Turquoise #3EDCD2

Tints of Turquoise #3EDCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.68%

R = 12.6%
G = 44.72%
B = 42.68%

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

#3EDCD2 (or 0x3EDCD2) is known color: Turquoise. HEX triplet: 3E, DC and D2. RGB value is (62,220,210). Sum of RGB (Red+Green+Blue) = 62+220+210=492 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.60% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 210 (82.42% from 255 or 42.68% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #3EDCD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDCD2 is #C1232D. Grayscale: #ABABAB. Windows color (decimal): -12657454 or 13818942. OLE color: 13818942.

HSL color Cylindrical-coordinate representation of color #3EDCD2: hue angle of 176.2º 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 #3EDCD2 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 62 220 210 -
CMYK 0.72 0 0.05 0.14
HSL 176.2º 0.69% 0.55% -
HSV(B) 176.2º 0.72% 0.86% -
XYZ 39.21 56.86 69.88 -
YUV 171.62 149.65 49.81 -
System Red Green Blue C M Y K H S L
Decimal 62 220 210 0.72 0 0.05 0.14 176.2 0.69 0.55
Hex 3E DC D2 48 0 5 E B0 45 37
Octal 76 334 322 110 0 5 16 260 105 67
Binary 111110 11011100 11010010 1001000 0 101 1110 10110000 1000101 110111

Color Harmonies of #3EDCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDCD2

Black with #3EDCD2

Text Example


Text Example

White with #3EDCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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