#3AEBB6

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

Shades of Turquoise #3AEBB6

Tints of Turquoise #3AEBB6

Color information

#3AEBB6 (or 0x3AEBB6) is unknown color: approx Turquoise. HEX triplet: 3A, EB and B6. RGB value is (58,235,182). Sum of RGB (Red+Green+Blue) = 58+235+182=475 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.21% from 475); Green value is 235 (92.19% from 255 or 49.47% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 235 - color contains mainly: green. Hex color #3AEBB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEBB6 is #C51449. Grayscale: #B0B0B0. Windows color (decimal): -12915786 or 11987770. OLE color: 11987770.

HSL color Cylindrical-coordinate representation of color #3AEBB6: hue angle of 162.03º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AEBB6 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB58235182-
CMYK0.7500.230.08
HSL162.03º81.57%57.45%-
HSV(B)162.03º75.32%92.16%-
XYZ39.963.6954.45-
YUV176.03131.3643.81-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.21%
GREEN value IS 235 (92.19% from 255) = 49.47%
BLUE value IS 182 (71.48% from 255) = 38.32%
R=12.21%
G=49.47%
B=38.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal582351820.7500.230.08162.0381.5757.45
Hex3AEBB64B0178a25239
Octal723532661130271024212271
Binary111010111010111011011010010110101111000101000101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AEBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,235,182); }

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

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

 a { background-color: rgb(58,235,182); }

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

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

 span { border-color: rgb(58,235,182); }

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