Html Css Color HEX #3ECCB4 Medium Turquoise

📋 copy color: '#3ECCB4'

red 62 ◦ green 204 ◦ blue 180

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

Shades of Medium Turquoise #3ECCB4

Tints of Medium Turquoise #3ECCB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.36%

R = 13.9%
G = 45.74%
B = 40.36%

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

#3ECCB4 (or 0x3ECCB4) is known color: Medium Turquoise. HEX triplet: 3E, CC and B4. RGB value is (62,204,180). Sum of RGB (Red+Green+Blue) = 62+204+180=446 (59% of max value = 765). Red value is 62 (24.61% from 255 or 13.90% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 204 - color contains mainly: green. Hex color #3ECCB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECCB4 is #C1334B. Grayscale: #9E9E9E. Windows color (decimal): -12661580 or 11848766. OLE color: 11848766.

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

Color convert

RGB 62 204 180 -
CMYK 0.70 0 0.12 0.2
HSL 169.86º 0.58% 0.52% -
HSV(B) 169.86º 0.7% 0.8% -
XYZ 31.82 47.51 50.67 -
YUV 158.81 139.96 58.95 -
System Red Green Blue C M Y K H S L
Decimal 62 204 180 0.70 0 0.12 0.2 169.86 0.58 0.52
Hex 3E CC B4 46 0 C 14 AA 3A 34
Octal 76 314 264 106 0 14 24 252 72 64
Binary 111110 11001100 10110100 1000110 0 1100 10100 10101010 111010 110100

Color Harmonies of #3ECCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ECCB4

Black with #3ECCB4

Text Example


Text Example

White with #3ECCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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