#3CCAD5

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

Shades of Medium Turquoise #3CCAD5

Tints of Medium Turquoise #3CCAD5

Color information

#3CCAD5 (or 0x3CCAD5) is unknown color: approx Medium Turquoise. HEX triplet: 3C, CA and D5. RGB value is (60,202,213). Sum of RGB (Red+Green+Blue) = 60+202+213=475 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.63% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 213 - color contains mainly: blue. Hex color #3CCAD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCAD5 is #C3352A. Grayscale: #A0A0A0. Windows color (decimal): -12793131 or 14010940. OLE color: 14010940.

HSL color Cylindrical-coordinate representation of color #3CCAD5: hue angle of 184.31º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CCAD5 is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB60202213-
CMYK0.720.0500.16
HSL184.31º64.56%53.53%-
HSV(B)184.31º71.83%83.53%-
XYZ34.9948.0170.37-
YUV160.8157.4656.11-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.63%
GREEN value IS 202 (79.30% from 255) = 42.53%
BLUE value IS 213 (83.59% from 255) = 44.84%
R=12.63%
G=42.53%
B=44.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal602022130.720.0500.16184.3164.5653.53
Hex3CCAD5485010b84136
Octal74312325110502027010166
Binary11110011001010110101011001000101010000101110001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CCAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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