#3AD9D1

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

Shades of Turquoise #3AD9D1

Tints of Turquoise #3AD9D1

Color information

#3AD9D1 (or 0x3AD9D1) is unknown color: approx Turquoise. HEX triplet: 3A, D9 and D1. RGB value is (58,217,209). Sum of RGB (Red+Green+Blue) = 58+217+209=484 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.98% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD9D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD9D1 is #C5262E. Grayscale: #A8A8A8. Windows color (decimal): -12920367 or 13752634. OLE color: 13752634.

HSL color Cylindrical-coordinate representation of color #3AD9D1: hue angle of 176.98º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD9D1 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB58217209-
CMYK0.7300.040.15
HSL176.98º67.66%53.92%-
HSV(B)176.98º73.27%85.1%-
XYZ38.0755.1368.96-
YUV168.55150.8249.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.98%
GREEN value IS 217 (85.16% from 255) = 44.83%
BLUE value IS 209 (82.03% from 255) = 43.18%
R=11.98%
G=44.83%
B=43.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal582172090.7300.040.15176.9867.6653.92
Hex3AD9D14904Fb14436
Octal72331321111041726110466
Binary1110101101100111010001100100101001111101100011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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