#3AD9D2

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

Shades of Turquoise #3AD9D2

Tints of Turquoise #3AD9D2

Color information

#3AD9D2 (or 0x3AD9D2) is unknown color: approx Turquoise. HEX triplet: 3A, D9 and D2. RGB value is (58,217,210). Sum of RGB (Red+Green+Blue) = 58+217+210=485 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.96% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 210 (82.42% from 255 or 43.30% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD9D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD9D2 is #C5262D. Grayscale: #A8A8A8. Windows color (decimal): -12920366 or 13818170. OLE color: 13818170.

HSL color Cylindrical-coordinate representation of color #3AD9D2: hue angle of 177.36º 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 #3AD9D2 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB58217210-
CMYK0.7300.030.15
HSL177.36º67.66%53.92%-
HSV(B)177.36º73.27%85.1%-
XYZ38.1955.1869.61-
YUV168.66151.3249.07-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.96%
GREEN value IS 217 (85.16% from 255) = 44.74%
BLUE value IS 210 (82.42% from 255) = 43.30%
R=11.96%
G=44.74%
B=43.30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal582172100.7300.030.15177.3667.6653.92
Hex3AD9D24903Fb14436
Octal72331322111031726110466
Binary111010110110011101001010010010111111101100011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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