Html Css Color HEX #3CC4B3 Medium Turquoise

📋 copy color: '#3CC4B3'

red 60 ◦ green 196 ◦ blue 179

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

Shades of Medium Turquoise #3CC4B3

Tints of Medium Turquoise #3CC4B3

RGB

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

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

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

R = 13.79%
G = 45.06%
B = 41.15%

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

#3CC4B3 (or 0x3CC4B3) is known color: Medium Turquoise. HEX triplet: 3C, C4 and B3. RGB value is (60,196,179). Sum of RGB (Red+Green+Blue) = 60+196+179=435 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.79% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 179 (70.31% from 255 or 41.15% from 435); Max value from RGB is 196 - color contains mainly: green. Hex color #3CC4B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC4B3 is #C33B4C. Grayscale: #999999. Windows color (decimal): -12794701 or 11781180. OLE color: 11781180.

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

Color convert

RGB 60 196 179 -
CMYK 0.69 0 0.09 0.23
HSL 172.5º 0.54% 0.5% -
HSV(B) 172.5º 0.69% 0.77% -
XYZ 29.74 43.7 49.51 -
YUV 153.4 142.44 61.38 -
System Red Green Blue C M Y K H S L
Decimal 60 196 179 0.69 0 0.09 0.23 172.5 0.54 0.5
Hex 3C C4 B3 45 0 9 17 AC 36 32
Octal 74 304 263 105 0 11 27 254 66 62
Binary 111100 11000100 10110011 1000101 0 1001 10111 10101100 110110 110010

Color Harmonies of #3CC4B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC4B3

Black with #3CC4B3

Text Example


Text Example

White with #3CC4B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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