Html Css Color HEX #3ECCB3 Medium Turquoise

📋 copy color: '#3ECCB3'

red 62 ◦ green 204 ◦ blue 179

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

Shades of Medium Turquoise #3ECCB3

Tints of Medium Turquoise #3ECCB3

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.84%

 BLUE value IS 179 (70.31% from 255) = 40.22%

R = 13.93%
G = 45.84%
B = 40.22%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#3ECCB3 (or 0x3ECCB3) is known color: Medium Turquoise. HEX triplet: 3E, CC and B3. RGB value is (62,204,179). Sum of RGB (Red+Green+Blue) = 62+204+179=445 (58% of max value = 765). Red value is 62 (24.61% from 255 or 13.93% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 179 (70.31% from 255 or 40.22% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #3ECCB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECCB3 is #C1334C. Grayscale: #9E9E9E. Windows color (decimal): -12661581 or 11783230. OLE color: 11783230.

HSL color Cylindrical-coordinate representation of color #3ECCB3: hue angle of 169.44º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECCB3 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 62 204 179 -
CMYK 0.70 0 0.12 0.2
HSL 169.44º 0.58% 0.52% -
HSV(B) 169.44º 0.7% 0.8% -
XYZ 31.72 47.46 50.14 -
YUV 158.69 139.46 59.03 -
System Red Green Blue C M Y K H S L
Decimal 62 204 179 0.70 0 0.12 0.2 169.44 0.58 0.52
Hex 3E CC B3 46 0 C 14 A9 3A 34
Octal 76 314 263 106 0 14 24 251 72 64
Binary 111110 11001100 10110011 1000110 0 1100 10100 10101001 111010 110100

Color Harmonies of #3ECCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ECCB3

Black with #3ECCB3

Text Example


Text Example

White with #3ECCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,204,179); }

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

background-color css

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

 a { background-color: rgb(62,204,179); }

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

border-color css

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

 span { border-color: rgb(62,204,179); }

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