#3AEBC7

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

Shades of Turquoise #3AEBC7

Tints of Turquoise #3AEBC7

Color information

#3AEBC7 (or 0x3AEBC7) is unknown color: approx Turquoise. HEX triplet: 3A, EB and C7. RGB value is (58,235,199). Sum of RGB (Red+Green+Blue) = 58+235+199=492 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.79% from 492); Green value is 235 (92.19% from 255 or 47.76% from 492); Blue value is 199 (78.12% from 255 or 40.45% from 492); Max value from RGB is 235 - color contains mainly: green. Hex color #3AEBC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEBC7 is #C51438. Grayscale: #B1B1B1. Windows color (decimal): -12915769 or 13101882. OLE color: 13101882.

HSL color Cylindrical-coordinate representation of color #3AEBC7: hue angle of 167.8º 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 #3AEBC7 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB58235199-
CMYK0.7500.150.08
HSL167.8º81.57%57.45%-
HSV(B)167.8º75.32%92.16%-
XYZ41.7664.4464.27-
YUV177.97139.8642.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.79%
GREEN value IS 235 (92.19% from 255) = 47.76%
BLUE value IS 199 (78.12% from 255) = 40.45%
R=11.79%
G=47.76%
B=40.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal582351990.7500.150.08167.881.5757.45
Hex3AEBC74B0F8a85239
Octal723533071130171025012271
Binary11101011101011110001111001011011111000101010001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AEBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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