#3AEBC6

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

Shades of Turquoise #3AEBC6

Tints of Turquoise #3AEBC6

Color information

#3AEBC6 (or 0x3AEBC6) is unknown color: approx Turquoise. HEX triplet: 3A, EB and C6. RGB value is (58,235,198). Sum of RGB (Red+Green+Blue) = 58+235+198=491 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.81% from 491); Green value is 235 (92.19% from 255 or 47.86% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 235 - color contains mainly: green. Hex color #3AEBC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEBC6 is #C51439. Grayscale: #B1B1B1. Windows color (decimal): -12915770 or 13036346. OLE color: 13036346.

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

Color convert

RGB58235198-
CMYK0.7500.160.08
HSL167.46º81.57%57.45%-
HSV(B)167.46º75.32%92.16%-
XYZ41.6564.3963.66-
YUV177.86139.3642.51-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.81%
GREEN value IS 235 (92.19% from 255) = 47.86%
BLUE value IS 198 (77.73% from 255) = 40.33%
R=11.81%
G=47.86%
B=40.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal582351980.7500.160.08167.4681.5757.45
Hex3AEBC64B0108a75239
Octal723533061130201024712271
Binary111010111010111100011010010110100001000101001111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AEBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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