Html Css Color HEX #3EDCC1 Turquoise

📋 copy color: '#3EDCC1'

red 62 ◦ green 220 ◦ blue 193

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

Shades of Turquoise #3EDCC1

Tints of Turquoise #3EDCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.63%

R = 13.05%
G = 46.32%
B = 40.63%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#3EDCC1 (or 0x3EDCC1) is known color: Turquoise. HEX triplet: 3E, DC and C1. RGB value is (62,220,193). Sum of RGB (Red+Green+Blue) = 62+220+193=475 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.05% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #3EDCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDCC1 is #C1233E. Grayscale: #A9A9A9. Windows color (decimal): -12657471 or 12704830. OLE color: 12704830.

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

Color convert

RGB 62 220 193 -
CMYK 0.72 0 0.12 0.14
HSL 169.75º 0.69% 0.55% -
HSV(B) 169.75º 0.72% 0.86% -
XYZ 37.21 56.06 59.31 -
YUV 169.68 141.15 51.2 -
System Red Green Blue C M Y K H S L
Decimal 62 220 193 0.72 0 0.12 0.14 169.75 0.69 0.55
Hex 3E DC C1 48 0 C E AA 45 37
Octal 76 334 301 110 0 14 16 252 105 67
Binary 111110 11011100 11000001 1001000 0 1100 1110 10101010 1000101 110111

Color Harmonies of #3EDCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDCC1

Black with #3EDCC1

Text Example


Text Example

White with #3EDCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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