#3AF5B4

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

Shades of Turquoise #3AF5B4

Tints of Turquoise #3AF5B4

Color information

#3AF5B4 (or 0x3AF5B4) is unknown color: approx Turquoise. HEX triplet: 3A, F5 and B4. RGB value is (58,245,180). Sum of RGB (Red+Green+Blue) = 58+245+180=483 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.01% from 483); Green value is 245 (96.09% from 255 or 50.72% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 245 - color contains mainly: green. Hex color #3AF5B4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF5B4 is #C50A4B. Grayscale: #B5B5B5. Windows color (decimal): -12913228 or 11859258. OLE color: 11859258.

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

Color convert

RGB58245180-
CMYK0.7600.270.04
HSL159.14º90.34%59.41%-
HSV(B)159.14º76.33%96.08%-
XYZ42.6469.554.35-
YUV181.68127.0539.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.01%
GREEN value IS 245 (96.09% from 255) = 50.72%
BLUE value IS 180 (70.70% from 255) = 37.27%
R=12.01%
G=50.72%
B=37.27%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal582451800.7600.270.04159.1490.3459.41
Hex3AF5B44C01B49f5a3b
Octal72365264114033423713273
Binary11101011110101101101001001100011011100100111111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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