#3AE2BA

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

Shades of Turquoise #3AE2BA

Tints of Turquoise #3AE2BA

Color information

#3AE2BA (or 0x3AE2BA) is unknown color: approx Turquoise. HEX triplet: 3A, E2 and BA. RGB value is (58,226,186). Sum of RGB (Red+Green+Blue) = 58+226+186=470 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.34% from 470); Green value is 226 (88.67% from 255 or 48.09% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 226 - color contains mainly: green. Hex color #3AE2BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AE2BA is #C51D45. Grayscale: #ABABAB. Windows color (decimal): -12918086 or 12247610. OLE color: 12247610.

HSL color Cylindrical-coordinate representation of color #3AE2BA: hue angle of 165.71º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AE2BA is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB58226186-
CMYK0.7400.180.11
HSL165.71º74.34%55.69%-
HSV(B)165.71º74.34%88.63%-
XYZ37.858.8455.82-
YUV171.21136.3447.25-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.34%
GREEN value IS 226 (88.67% from 255) = 48.09%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=12.34%
G=48.09%
B=39.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal582261860.7400.180.11165.7174.3455.69
Hex3AE2BA4A012Ba64a38
Octal723422721120221324611270
Binary111010111000101011101010010100100101011101001101001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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