#3AF7B4

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

Shades of Turquoise #3AF7B4

Tints of Turquoise #3AF7B4

Color information

#3AF7B4 (or 0x3AF7B4) is unknown color: approx Turquoise. HEX triplet: 3A, F7 and B4. RGB value is (58,247,180). Sum of RGB (Red+Green+Blue) = 58+247+180=485 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.96% from 485); Green value is 247 (96.88% from 255 or 50.93% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF7B4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF7B4 is #C5084B. Grayscale: #B6B6B6. Windows color (decimal): -12912716 or 11859770. OLE color: 11859770.

HSL color Cylindrical-coordinate representation of color #3AF7B4: hue angle of 158.73º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF7B4 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB58247180-
CMYK0.7700.270.03
HSL158.73º92.2%59.8%-
HSV(B)158.73º76.52%96.86%-
XYZ43.2470.7254.55-
YUV182.85126.3838.95-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.96%
GREEN value IS 247 (96.88% from 255) = 50.93%
BLUE value IS 180 (70.70% from 255) = 37.11%
R=11.96%
G=50.93%
B=37.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal582471800.7700.270.03158.7392.259.8
Hex3AF7B44D01B39f5c3c
Octal72367264115033323713474
Binary1110101111011110110100100110101101111100111111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,247,180); }

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

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

 a { background-color: rgb(58,247,180); }

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

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

 span { border-color: rgb(58,247,180); }

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