Html Css Color HEX #3CC1BA Medium Turquoise

📋 copy color: '#3CC1BA'

red 60 ◦ green 193 ◦ blue 186

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

Shades of Medium Turquoise #3CC1BA

Tints of Medium Turquoise #3CC1BA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.96%

 BLUE value IS 186 (73.05% from 255) = 42.37%

R = 13.67%
G = 43.96%
B = 42.37%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#3CC1BA (or 0x3CC1BA) is known color: Medium Turquoise. HEX triplet: 3C, C1 and BA. RGB value is (60,193,186). Sum of RGB (Red+Green+Blue) = 60+193+186=439 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.67% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 193 - color contains mainly: green. Hex color #3CC1BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC1BA is #C33E45. Grayscale: #989898. Windows color (decimal): -12795462 or 12239164. OLE color: 12239164.

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

Color convert

RGB 60 193 186 -
CMYK 0.69 0 0.04 0.24
HSL 176.84º 0.53% 0.5% -
HSV(B) 176.84º 0.69% 0.76% -
XYZ 29.8 42.65 53.12 -
YUV 152.44 146.94 62.07 -
System Red Green Blue C M Y K H S L
Decimal 60 193 186 0.69 0 0.04 0.24 176.84 0.53 0.5
Hex 3C C1 BA 45 0 4 18 B1 35 32
Octal 74 301 272 105 0 4 30 261 65 62
Binary 111100 11000001 10111010 1000101 0 100 11000 10110001 110101 110010

Color Harmonies of #3CC1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC1BA

Black with #3CC1BA

Text Example


Text Example

White with #3CC1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,193,186); }

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

background-color css

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

 a { background-color: rgb(60,193,186); }

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

border-color css

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

 span { border-color: rgb(60,193,186); }

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