Html Css Color HEX #3CC4BD Medium Turquoise

📋 copy color: '#3CC4BD'

red 60 ◦ green 196 ◦ blue 189

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

Shades of Medium Turquoise #3CC4BD

Tints of Medium Turquoise #3CC4BD

RGB

 RED value IS 60 (23.83% from 255) = 13.48%

 GREEN value IS 196 (76.95% from 255) = 44.04%

 BLUE value IS 189 (74.22% from 255) = 42.47%

R = 13.48%
G = 44.04%
B = 42.47%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#3CC4BD (or 0x3CC4BD) is known color: Medium Turquoise. HEX triplet: 3C, C4 and BD. RGB value is (60,196,189). Sum of RGB (Red+Green+Blue) = 60+196+189=445 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.48% from 445); Green value is 196 (76.95% from 255 or 44.04% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 196 - color contains mainly: green. Hex color #3CC4BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC4BD is #C33B42. Grayscale: #9A9A9A. Windows color (decimal): -12794691 or 12436540. OLE color: 12436540.

HSL color Cylindrical-coordinate representation of color #3CC4BD: hue angle of 176.91º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC4BD is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 60 196 189 -
CMYK 0.69 0 0.04 0.23
HSL 176.91º 0.54% 0.5% -
HSV(B) 176.91º 0.69% 0.77% -
XYZ 30.79 44.11 55.04 -
YUV 154.54 147.44 60.57 -
System Red Green Blue C M Y K H S L
Decimal 60 196 189 0.69 0 0.04 0.23 176.91 0.54 0.5
Hex 3C C4 BD 45 0 4 17 B1 36 32
Octal 74 304 275 105 0 4 27 261 66 62
Binary 111100 11000100 10111101 1000101 0 100 10111 10110001 110110 110010

Color Harmonies of #3CC4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC4BD

Black with #3CC4BD

Text Example


Text Example

White with #3CC4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,196,189); }

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

background-color css

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

 a { background-color: rgb(60,196,189); }

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

border-color css

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

 span { border-color: rgb(60,196,189); }

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