#3AD6BA

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

Shades of Turquoise #3AD6BA

Tints of Turquoise #3AD6BA

Color information

#3AD6BA (or 0x3AD6BA) is unknown color: approx Turquoise. HEX triplet: 3A, D6 and BA. RGB value is (58,214,186). Sum of RGB (Red+Green+Blue) = 58+214+186=458 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.66% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD6BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD6BA is #C52945. Grayscale: #A4A4A4. Windows color (decimal): -12921158 or 12244538. OLE color: 12244538.

HSL color Cylindrical-coordinate representation of color #3AD6BA: hue angle of 169.23º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD6BA is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB58214186-
CMYK0.7300.130.16
HSL169.23º65.55%53.33%-
HSV(B)169.23º72.9%83.92%-
XYZ34.6552.5454.77-
YUV164.16140.3252.28-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.66%
GREEN value IS 214 (83.98% from 255) = 46.72%
BLUE value IS 186 (73.05% from 255) = 40.61%
R=12.66%
G=46.72%
B=40.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal582141860.7300.130.16169.2365.5553.33
Hex3AD6BA490D10a94235
Octal723262721110152025110265
Binary111010110101101011101010010010110110000101010011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,214,186); }

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

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

 a { background-color: rgb(58,214,186); }

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

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

 span { border-color: rgb(58,214,186); }

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