#3cc5cd

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

Shades of Medium Turquoise #3CC5CD

Tints of Medium Turquoise #3CC5CD

Color information

#3CC5CD (or 0x3CC5CD) is unknown color: approx Medium Turquoise. HEX triplet: 3C, C5 and CD. RGB value is (60,197,205). Sum of RGB (Red+Green+Blue) = 60+197+205=462 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.99% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #3CC5CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC5CD is #C33A32. Grayscale: #9C9C9C. Windows color (decimal): -12794419 or 13485372. OLE color: 13485372.

HSL color Cylindrical-coordinate representation of color #3CC5CD: hue angle of 183.31º 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 #3CC5CD is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB60197205-
CMYK0.710.0400.20
HSL183.31º59.18%51.96%-
HSV(B)183.31º70.73%80.39%-
XYZ32.8545.364.77-
YUV156.95155.1158.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.99%
GREEN value IS 197 (77.34% from 255) = 42.64%
BLUE value IS 205 (80.47% from 255) = 44.37%
R=12.99%
G=42.64%
B=44.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal601972050.710.0400.20183.3159.1851.96
Hex3CC5CD474014b73b34
Octal7430531510740242677364
Binary1111001100010111001101100011110001010010110111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3cc5cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,197,205); }

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

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

 a { background-color: rgb(60,197,205); }

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

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

 span { border-color: rgb(60,197,205); }

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