#3DCAD6

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

Shades of Medium Turquoise #3DCAD6

Tints of Medium Turquoise #3DCAD6

Color information

#3DCAD6 (or 0x3DCAD6) is unknown color: approx Medium Turquoise. HEX triplet: 3D, CA and D6. RGB value is (61,202,214). Sum of RGB (Red+Green+Blue) = 61+202+214=477 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.79% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 214 (83.98% from 255 or 44.86% from 477); Max value from RGB is 214 - color contains mainly: blue. Hex color #3DCAD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCAD6 is #C23529. Grayscale: #A1A1A1. Windows color (decimal): -12727594 or 14076477. OLE color: 14076477.

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

Color convert

RGB61202214-
CMYK0.710.0600.16
HSL184.71º65.11%53.92%-
HSV(B)184.71º71.5%83.92%-
XYZ35.1848.0971.05-
YUV161.21157.7956.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.79%
GREEN value IS 202 (79.30% from 255) = 42.35%
BLUE value IS 214 (83.98% from 255) = 44.86%
R=12.79%
G=42.35%
B=44.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal612022140.710.0600.16184.7165.1153.92
Hex3DCAD6476010b94136
Octal75312326107602027110166
Binary11110111001010110101101000111110010000101110011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DCAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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