#3DCCDC

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

Shades of Medium Turquoise #3DCCDC

Tints of Medium Turquoise #3DCCDC

Color information

#3DCCDC (or 0x3DCCDC) is unknown color: approx Medium Turquoise. HEX triplet: 3D, CC and DC. RGB value is (61,204,220). Sum of RGB (Red+Green+Blue) = 61+204+220=485 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.58% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #3DCCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCCDC is #C23323. Grayscale: #A2A2A2. Windows color (decimal): -12727076 or 14470205. OLE color: 14470205.

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

Color convert

RGB61204220-
CMYK0.720.0700.14
HSL186.04º69.43%55.1%-
HSV(B)186.04º72.27%86.27%-
XYZ36.4449.3575.31-
YUV163.07160.1255.2-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.58%
GREEN value IS 204 (80.08% from 255) = 42.06%
BLUE value IS 220 (86.33% from 255) = 45.36%
R=12.58%
G=42.06%
B=45.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal612042200.720.0700.14186.0469.4355.1
Hex3DCCDC4870Eba4537
Octal75314334110701627210567
Binary1111011100110011011100100100011101110101110101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DCCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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