#3DCAD1

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

Shades of Medium Turquoise #3DCAD1

Tints of Medium Turquoise #3DCAD1

Color information

#3DCAD1 (or 0x3DCAD1) is unknown color: approx Medium Turquoise. HEX triplet: 3D, CA and D1. RGB value is (61,202,209). Sum of RGB (Red+Green+Blue) = 61+202+209=472 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.92% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 209 - color contains mainly: blue. Hex color #3DCAD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCAD1 is #C2352E. Grayscale: #A0A0A0. Windows color (decimal): -12727599 or 13748797. OLE color: 13748797.

HSL color Cylindrical-coordinate representation of color #3DCAD1: hue angle of 182.84º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DCAD1 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB61202209-
CMYK0.710.0300.18
HSL182.84º61.67%52.94%-
HSV(B)182.84º70.81%81.96%-
XYZ34.5547.8467.73-
YUV160.64155.2956.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.92%
GREEN value IS 202 (79.30% from 255) = 42.80%
BLUE value IS 209 (82.03% from 255) = 44.28%
R=12.92%
G=42.80%
B=44.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal612022090.710.0300.18182.8461.6752.94
Hex3DCAD1473012b73e35
Octal7531232110730222677665
Binary111101110010101101000110001111101001010110111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DCAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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