#3AE5C4

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

Shades of Turquoise #3AE5C4

Tints of Turquoise #3AE5C4

Color information

#3AE5C4 (or 0x3AE5C4) is unknown color: approx Turquoise. HEX triplet: 3A, E5 and C4. RGB value is (58,229,196). Sum of RGB (Red+Green+Blue) = 58+229+196=483 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.01% from 483); Green value is 229 (89.84% from 255 or 47.41% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 229 - color contains mainly: green. Hex color #3AE5C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AE5C4 is #C51A3B. Grayscale: #AEAEAE. Windows color (decimal): -12917308 or 12903738. OLE color: 12903738.

HSL color Cylindrical-coordinate representation of color #3AE5C4: hue angle of 168.42º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AE5C4 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB58229196-
CMYK0.7500.140.10
HSL168.42º76.68%56.27%-
HSV(B)168.42º74.67%89.8%-
XYZ39.7360.9261.89-
YUV174.11140.3545.18-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.01%
GREEN value IS 229 (89.84% from 255) = 47.41%
BLUE value IS 196 (76.95% from 255) = 40.58%
R=12.01%
G=47.41%
B=40.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal582291960.7500.140.10168.4276.6856.27
Hex3AE5C44B0EAa84d38
Octal723453041130161225011570
Binary11101011100101110001001001011011101010101010001001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,229,196); }

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

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

 a { background-color: rgb(58,229,196); }

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

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

 span { border-color: rgb(58,229,196); }

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