#3AE1BA

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

Shades of Turquoise #3AE1BA

Tints of Turquoise #3AE1BA

Color information

#3AE1BA (or 0x3AE1BA) is unknown color: approx Turquoise. HEX triplet: 3A, E1 and BA. RGB value is (58,225,186). Sum of RGB (Red+Green+Blue) = 58+225+186=469 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.37% from 469); Green value is 225 (88.28% from 255 or 47.97% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 225 - color contains mainly: green. Hex color #3AE1BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AE1BA is #C51E45. Grayscale: #AAAAAA. Windows color (decimal): -12918342 or 12247354. OLE color: 12247354.

HSL color Cylindrical-coordinate representation of color #3AE1BA: hue angle of 165.99º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AE1BA is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB58225186-
CMYK0.7400.170.12
HSL165.99º73.57%55.49%-
HSV(B)165.99º74.22%88.24%-
XYZ37.5358.355.73-
YUV170.62136.6747.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.37%
GREEN value IS 225 (88.28% from 255) = 47.97%
BLUE value IS 186 (73.05% from 255) = 39.66%
R=12.37%
G=47.97%
B=39.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal582251860.7400.170.12165.9973.5755.49
Hex3AE1BA4A011Ca64a37
Octal723412721120211424611267
Binary111010111000011011101010010100100011100101001101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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