#3CC2BC

Color #3CC2BC Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #3CC2BC

Tints of Medium Turquoise #3CC2BC

Color information

#3CC2BC (or 0x3CC2BC) is unknown color: approx 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

RGB60194188-
CMYK0.6900.030.24
HSL177.31º52.76%49.8%-
HSV(B)177.31º69.07%76.08%-
XYZ30.2343.1854.32-
YUV153.25147.6161.49-

RGB Variations

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

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 (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal601941880.6900.030.24177.3152.7649.8
Hex3CC2BC450318b13532
Octal7430227410503302616562
Binary111100110000101011110010001010111100010110001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>