#3CCADC

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

Shades of Medium Turquoise #3CCADC

Tints of Medium Turquoise #3CCADC

Color information

#3CCADC (or 0x3CCADC) is unknown color: approx Medium Turquoise. HEX triplet: 3C, CA and DC. RGB value is (60,202,220). Sum of RGB (Red+Green+Blue) = 60+202+220=482 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.45% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #3CCADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCADC is #C33523. Grayscale: #A1A1A1. Windows color (decimal): -12793124 or 14469692. OLE color: 14469692.

HSL color Cylindrical-coordinate representation of color #3CCADC: hue angle of 186.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CCADC is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB60202220-
CMYK0.730.0800.14
HSL186.75º69.57%54.9%-
HSV(B)186.75º72.73%86.27%-
XYZ35.948.3775.15-
YUV161.59160.9655.54-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.45%
GREEN value IS 202 (79.30% from 255) = 41.91%
BLUE value IS 220 (86.33% from 255) = 45.64%
R=12.45%
G=41.91%
B=45.64%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal602022200.730.0800.14186.7569.5754.9
Hex3CCADC4980Ebb4637
Octal743123341111001627310667
Binary11110011001010110111001001001100001110101110111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CCADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,202,220); }

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

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

 a { background-color: rgb(60,202,220); }

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

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

 span { border-color: rgb(60,202,220); }

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