#3AF2B0

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

Shades of Turquoise #3AF2B0

Tints of Turquoise #3AF2B0

Color information

#3AF2B0 (or 0x3AF2B0) is unknown color: approx Turquoise. HEX triplet: 3A, F2 and B0. RGB value is (58,242,176). Sum of RGB (Red+Green+Blue) = 58+242+176=476 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.18% from 476); Green value is 242 (94.92% from 255 or 50.84% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF2B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF2B0 is #C50D4F. Grayscale: #B3B3B3. Windows color (decimal): -12914000 or 11596346. OLE color: 11596346.

HSL color Cylindrical-coordinate representation of color #3AF2B0: hue angle of 158.48º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF2B0 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB58242176-
CMYK0.7600.270.05
HSL158.48º87.62%58.82%-
HSV(B)158.48º76.03%94.9%-
XYZ41.3367.5451.93-
YUV179.46126.0441.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.18%
GREEN value IS 242 (94.92% from 255) = 50.84%
BLUE value IS 176 (69.14% from 255) = 36.97%
R=12.18%
G=50.84%
B=36.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal582421760.7600.270.05158.4887.6258.82
Hex3AF2B04C01B59e583b
Octal72362260114033523613073
Binary11101011110010101100001001100011011101100111101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,242,176); }

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

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

 a { background-color: rgb(58,242,176); }

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

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

 span { border-color: rgb(58,242,176); }

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