#3CCCB7

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

Shades of Medium Turquoise #3CCCB7

Tints of Medium Turquoise #3CCCB7

Color information

#3CCCB7 (or 0x3CCCB7) is unknown color: approx Medium Turquoise. HEX triplet: 3C, CC and B7. RGB value is (60,204,183). Sum of RGB (Red+Green+Blue) = 60+204+183=447 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.42% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 183 (71.88% from 255 or 40.94% from 447); Max value from RGB is 204 - color contains mainly: green. Hex color #3CCCB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCCB7 is #C33348. Grayscale: #9E9E9E. Windows color (decimal): -12792649 or 12045372. OLE color: 12045372.

HSL color Cylindrical-coordinate representation of color #3CCCB7: hue angle of 171.25º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCCB7 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB60204183-
CMYK0.7100.100.2
HSL171.25º58.54%51.76%-
HSV(B)171.25º70.59%80%-
XYZ3247.5752.29-
YUV158.55141.7957.71-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.42%
GREEN value IS 204 (80.08% from 255) = 45.64%
BLUE value IS 183 (71.88% from 255) = 40.94%
R=13.42%
G=45.64%
B=40.94%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal602041830.7100.100.2171.2558.5451.76
Hex3CCCB7470A14ab3b34
Octal74314267107012242537364
Binary11110011001100101101111000111010101010010101011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CCCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,204,183); }

 H1.HeaderClassName
 {
   color: #3CCCB7;
 }
 .AnyTagClassName
 {
   color: #3CCCB7;
 }
</style>
background-color css

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

 a { background-color: rgb(60,204,183); }

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

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

 span { border-color: rgb(60,204,183); }

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