#3CDCCA

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

Shades of Turquoise #3CDCCA

Tints of Turquoise #3CDCCA

Color information

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

HSL color Cylindrical-coordinate representation of color #3CDCCA: hue angle of 173.25º 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 #3CDCCA is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB60220202-
CMYK0.7300.080.14
HSL173.25º69.57%54.9%-
HSV(B)173.25º72.73%86.27%-
XYZ38.1256.4164.76-
YUV170.11145.9949.46-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal602202020.7300.080.14173.2569.5754.9
Hex3CDCCA4908Ead4637
Octal743343121110101625510667
Binary11110011011100110010101001001010001110101011011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CDCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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