#3AE4BA

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

Shades of Turquoise #3AE4BA

Tints of Turquoise #3AE4BA

Color information

#3AE4BA (or 0x3AE4BA) is unknown color: approx Turquoise. HEX triplet: 3A, E4 and BA. RGB value is (58,228,186). Sum of RGB (Red+Green+Blue) = 58+228+186=472 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.29% from 472); Green value is 228 (89.45% from 255 or 48.31% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 228 - color contains mainly: green. Hex color #3AE4BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AE4BA is #C51B45. Grayscale: #ACACAC. Windows color (decimal): -12917574 or 12248122. OLE color: 12248122.

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

Color convert

RGB58228186-
CMYK0.7500.180.11
HSL165.18º75.89%56.08%-
HSV(B)165.18º74.56%89.41%-
XYZ38.3559.9356-
YUV172.38135.6846.42-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.29%
GREEN value IS 228 (89.45% from 255) = 48.31%
BLUE value IS 186 (73.05% from 255) = 39.41%
R=12.29%
G=48.31%
B=39.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal582281860.7500.180.11165.1875.8956.08
Hex3AE4BA4B012Ba54c38
Octal723442721130221324511470
Binary111010111001001011101010010110100101011101001011001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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