#3AD1CD

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

Shades of Medium Turquoise #3AD1CD

Tints of Medium Turquoise #3AD1CD

Color information

#3AD1CD (or 0x3AD1CD) is unknown color: approx Medium Turquoise. HEX triplet: 3A, D1 and CD. RGB value is (58,209,205). Sum of RGB (Red+Green+Blue) = 58+209+205=472 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.29% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 209 - color contains mainly: green. Hex color #3AD1CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD1CD is #C52E32. Grayscale: #A3A3A3. Windows color (decimal): -12922419 or 13488442. OLE color: 13488442.

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

Color convert

RGB58209205-
CMYK0.7200.020.18
HSL178.41º62.14%52.35%-
HSV(B)178.41º72.25%81.96%-
XYZ35.5650.9165.71-
YUV163.39151.4752.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.29%
GREEN value IS 209 (82.03% from 255) = 44.28%
BLUE value IS 205 (80.47% from 255) = 43.43%
R=12.29%
G=44.28%
B=43.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal582092050.7200.020.18178.4162.1452.35
Hex3AD1CD480212b23e34
Octal7232131511002222627664
Binary111010110100011100110110010000101001010110010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,209,205); }

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

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

 a { background-color: rgb(58,209,205); }

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

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

 span { border-color: rgb(58,209,205); }

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