Html Css Color HEX #3CC2BC Medium Turquoise

📋 copy color: '#3CC2BC'

red 60 ◦ green 194 ◦ blue 188

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

Shades of Medium Turquoise #3CC2BC

Tints of Medium Turquoise #3CC2BC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.89%

 BLUE value IS 188 (73.83% from 255) = 42.53%

R = 13.57%
G = 43.89%
B = 42.53%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#3CC2BC (or 0x3CC2BC) is known color: Medium Turquoise. HEX triplet: 3C, C2 and BC. RGB value is (60,194,188). Sum of RGB (Red+Green+Blue) = 60+194+188=442 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.57% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC2BC is #C33D43. Grayscale: #999999. Windows color (decimal): -12795204 or 12370492. OLE color: 12370492.

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

Color convert

RGB 60 194 188 -
CMYK 0.69 0 0.03 0.24
HSL 177.31º 0.53% 0.5% -
HSV(B) 177.31º 0.69% 0.76% -
XYZ 30.23 43.18 54.32 -
YUV 153.25 147.61 61.49 -
System Red Green Blue C M Y K H S L
Decimal 60 194 188 0.69 0 0.03 0.24 177.31 0.53 0.5
Hex 3C C2 BC 45 0 3 18 B1 35 32
Octal 74 302 274 105 0 3 30 261 65 62
Binary 111100 11000010 10111100 1000101 0 11 11000 10110001 110101 110010

Color Harmonies of #3CC2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC2BC

Black with #3CC2BC

Text Example


Text Example

White with #3CC2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,194,188); }

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

background-color css

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

 a { background-color: rgb(60,194,188); }

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

border-color css

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

 span { border-color: rgb(60,194,188); }

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