#3ad3cd

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

Shades of Medium Turquoise #3AD3CD

Tints of Medium Turquoise #3AD3CD

Color information

#3AD3CD (or 0x3AD3CD) is unknown color: approx Medium Turquoise. HEX triplet: 3A, D3 and CD. RGB value is (58,211,205). Sum of RGB (Red+Green+Blue) = 58+211+205=474 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.24% from 474); Green value is 211 (82.81% from 255 or 44.51% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD3CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD3CD is #C52C32. Grayscale: #A4A4A4. Windows color (decimal): -12921907 or 13488954. OLE color: 13488954.

HSL color Cylindrical-coordinate representation of color #3AD3CD: hue angle of 177.65º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD3CD is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB58211205-
CMYK0.7300.030.17
HSL177.65º63.49%52.75%-
HSV(B)177.65º72.51%82.75%-
XYZ36.0651.965.87-
YUV164.57150.8151.99-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.24%
GREEN value IS 211 (82.81% from 255) = 44.51%
BLUE value IS 205 (80.47% from 255) = 43.25%
R=12.24%
G=44.51%
B=43.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal582112050.7300.030.17177.6563.4952.75
Hex3AD3CD490311b23f35
Octal7232331511103212627765
Binary111010110100111100110110010010111000110110010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ad3cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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