#3AF1BE

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

Shades of Turquoise #3AF1BE

Tints of Turquoise #3AF1BE

Color information

#3AF1BE (or 0x3AF1BE) is unknown color: approx Turquoise. HEX triplet: 3A, F1 and BE. RGB value is (58,241,190). Sum of RGB (Red+Green+Blue) = 58+241+190=489 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.86% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #3AF1BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF1BE is #C50E41. Grayscale: #B4B4B4. Windows color (decimal): -12914242 or 12513594. OLE color: 12513594.

HSL color Cylindrical-coordinate representation of color #3AF1BE: hue angle of 163.28º degrees, saturation: 0.87, 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 #3AF1BE is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB58241190-
CMYK0.7600.210.05
HSL163.28º86.73%58.63%-
HSV(B)163.28º75.93%94.51%-
XYZ42.4967.5359.51-
YUV180.47133.3740.65-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.86%
GREEN value IS 241 (94.53% from 255) = 49.28%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=11.86%
G=49.28%
B=38.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal582411900.7600.210.05163.2886.7358.63
Hex3AF1BE4C0155a3573b
Octal72361276114025524312773
Binary11101011110001101111101001100010101101101000111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,241,190); }

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

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

 a { background-color: rgb(58,241,190); }

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

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

 span { border-color: rgb(58,241,190); }

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