Html Css Color HEX #3ECEC2 Medium Turquoise

📋 copy color: '#3ECEC2'

red 62 ◦ green 206 ◦ blue 194

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

Shades of Medium Turquoise #3ECEC2

Tints of Medium Turquoise #3ECEC2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.59%

 BLUE value IS 194 (76.17% from 255) = 41.99%

R = 13.42%
G = 44.59%
B = 41.99%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#3ECEC2 (or 0x3ECEC2) is known color: Medium Turquoise. HEX triplet: 3E, CE and C2. RGB value is (62,206,194). Sum of RGB (Red+Green+Blue) = 62+206+194=462 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.42% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 194 (76.17% from 255 or 41.99% from 462); Max value from RGB is 206 - color contains mainly: green. Hex color #3ECEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECEC2 is #C1313D. Grayscale: #A1A1A1. Windows color (decimal): -12661054 or 12766782. OLE color: 12766782.

HSL color Cylindrical-coordinate representation of color #3ECEC2: hue angle of 175º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECEC2 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 62 206 194 -
CMYK 0.70 0 0.06 0.19
HSL 175º 0.6% 0.53% -
HSV(B) 175º 0.7% 0.81% -
XYZ 33.8 49.06 58.73 -
YUV 161.58 146.29 56.98 -
System Red Green Blue C M Y K H S L
Decimal 62 206 194 0.70 0 0.06 0.19 175 0.6 0.53
Hex 3E CE C2 46 0 6 13 AF 3C 35
Octal 76 316 302 106 0 6 23 257 74 65
Binary 111110 11001110 11000010 1000110 0 110 10011 10101111 111100 110101

Color Harmonies of #3ECEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ECEC2

Black with #3ECEC2

Text Example


Text Example

White with #3ECEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,206,194); }

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

background-color css

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

 a { background-color: rgb(62,206,194); }

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

border-color css

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

 span { border-color: rgb(62,206,194); }

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