#3DDCCA

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

Shades of Turquoise #3DDCCA

Tints of Turquoise #3DDCCA

Color information

#3DDCCA (or 0x3DDCCA) is unknown color: approx Turquoise. HEX triplet: 3D, DC and CA. RGB value is (61,220,202). Sum of RGB (Red+Green+Blue) = 61+220+202=483 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.63% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDCCA is #C22335. Grayscale: #AAAAAA. Windows color (decimal): -12722998 or 13294653. OLE color: 13294653.

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

Color convert

RGB61220202-
CMYK0.7200.080.14
HSL173.21º69.43%55.1%-
HSV(B)173.21º72.27%86.27%-
XYZ38.1856.4464.76-
YUV170.41145.8249.96-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.63%
GREEN value IS 220 (86.33% from 255) = 45.55%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=12.63%
G=45.55%
B=41.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal612202020.7200.080.14173.2169.4355.1
Hex3DDCCA4808Ead4537
Octal753343121100101625510567
Binary11110111011100110010101001000010001110101011011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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