Html Css Color HEX #3CC4B2 Medium Turquoise

📋 copy color: '#3CC4B2'

red 60 ◦ green 196 ◦ blue 178

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

Shades of Medium Turquoise #3CC4B2

Tints of Medium Turquoise #3CC4B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.01%

R = 13.82%
G = 45.16%
B = 41.01%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#3CC4B2 (or 0x3CC4B2) is known color: Medium Turquoise. HEX triplet: 3C, C4 and B2. RGB value is (60,196,178). Sum of RGB (Red+Green+Blue) = 60+196+178=434 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.82% from 434); Green value is 196 (76.95% from 255 or 45.16% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 196 - color contains mainly: green. Hex color #3CC4B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC4B2 is #C33B4D. Grayscale: #999999. Windows color (decimal): -12794702 or 11715644. OLE color: 11715644.

HSL color Cylindrical-coordinate representation of color #3CC4B2: hue angle of 172.06º 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 #3CC4B2 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB 60 196 178 -
CMYK 0.69 0 0.09 0.23
HSL 172.06º 0.54% 0.5% -
HSV(B) 172.06º 0.69% 0.77% -
XYZ 29.64 43.65 48.98 -
YUV 153.28 141.94 61.46 -
System Red Green Blue C M Y K H S L
Decimal 60 196 178 0.69 0 0.09 0.23 172.06 0.54 0.5
Hex 3C C4 B2 45 0 9 17 AC 36 32
Octal 74 304 262 105 0 11 27 254 66 62
Binary 111100 11000100 10110010 1000101 0 1001 10111 10101100 110110 110010

Color Harmonies of #3CC4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC4B2

Black with #3CC4B2

Text Example


Text Example

White with #3CC4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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